X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;ds=sidebyside;f=tac_regmagic.h;h=ff321dfd9da3797d14cff2ce8ee0b08ed67358d2;hb=413c510553a773cd16e2b538e4a208b4c4d9f775;hp=0b18b0af3b0c2dbbaaae668d18d43da091fb5183;hpb=a296ccf128acec69a7db2312ebcc231cd18e5944;p=tac_plus.git diff --git a/tac_regmagic.h b/tac_regmagic.h index 0b18b0a..ff321df 100644 --- a/tac_regmagic.h +++ b/tac_regmagic.h @@ -1,4 +1,9 @@ -/* +#ifndef REGMAGIC_H +#define REGMAGIC_H 1 + +#include "tac_plus.h" + +/* Copyright (c) 1995-1998 by Cisco systems, Inc. Permission to use, copy, modify, and distribute this software for @@ -17,8 +22,12 @@ FITNESS FOR A PARTICULAR PURPOSE. */ + /* * The first byte of the regexp internal "program" is actually this magic * number; the start node begins in the second byte. */ #define MAGIC 0234 + + +#endif /* REGMAGIC_H */