]> granicus.if.org Git - re2c/commitdiff
- Fix compiling issue reported for HP-UX (unnamed enum).
authorhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Tue, 25 Nov 2008 13:32:00 +0000 (13:32 +0000)
committerhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Tue, 25 Nov 2008 13:32:00 +0000 (13:32 +0000)
re2c/globals.h

index e23044dab9cbded46466a088e0f2a68e4dd7d4aa..d00b442004188c2744a36de124a63a3d6c8c5128 100644 (file)
@@ -12,7 +12,7 @@
 namespace re2c
 {
 
-enum { BSIZE = 8192};
+enum BUFFERSIZE { BSIZE = 8192};
 
 extern file_info sourceFileInfo;
 extern file_info outputFileInfo;