help-flex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

patches for flex?


From: Kaveh R. Ghazi
Subject: patches for flex?
Date: Wed, 3 Jul 2002 16:53:32 -0400 (EDT)

Where should I send patches for flex?  Are there any plans for a new
release?  I need this to support GCC which now makes use of flex.

                Thanks,
                --Kaveh


diff -rup orig/flex-2.5.4/skel.c flex-2.5.4/skel.c
--- orig/flex-2.5.4/skel.c      1996-09-10 20:00:38.000000000 -0400
+++ flex-2.5.4/skel.c   2002-07-03 12:29:16.163576000 -0400
@@ -1431,7 +1431,7 @@ const char *skel[] = {
   "static void yy_fatal_error( yyconst char msg[] )",
   "#else",
   "static void yy_fatal_error( msg )",
-  "char msg[];",
+  "yyconst char msg[];",
   "#endif",
   "    {",
   "    (void) fprintf( stderr, \"%s\\n\", msg );",



reply via email to

[Prev in Thread] Current Thread [Next in Thread]