Initial "gts1" commit.
[tac_plus.git] / tac_regmagic.h
index 0b18b0a..ff321df 100644 (file)
@@ -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
    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 */