]> granicus.if.org Git - yasm/commitdiff
Prepend re2c to multiple include protections.
authorPeter Johnson <peter@tortall.net>
Sun, 7 Apr 2002 23:52:55 +0000 (23:52 -0000)
committerPeter Johnson <peter@tortall.net>
Sun, 7 Apr 2002 23:52:55 +0000 (23:52 -0000)
svn path=/trunk/yasm/; revision=579

tools/re2c/basics.h
tools/re2c/globals.h

index 2adaeb7476b44c329541c3211ec8ce8364c8e400..f4964a1a7a74320d1d9a8586a0e4523a8d22943f 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _basics_h
-#define _basics_h
+#ifndef re2c_basics_h
+#define re2c_basics_h
 
 typedef unsigned int   uint;
 typedef unsigned char  uchar, byte;
index 79edbff9321076a97e6e069be80613ff0da540b8..4c5229951e5174019717251e947fe2cafdf2647f 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef        _globals_h
-#define        _globals_h
+#ifndef        re2c_globals_h
+#define        re2c_globals_h
 
 #include "basics.h"