]> git.saurik.com Git - bison.git/commitdiff
(STRING_FREE): Don't use FLEX_PREFIX (last_string)
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 9 Jul 2006 19:44:34 +0000 (19:44 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 9 Jul 2006 19:44:34 +0000 (19:44 +0000)
since last_string is already defined to FLEX_PREFIX (last_string).

src/flex-scanner.h

index c14590550cad1e24e5f1c1d0d4925f374262fbfa..bf190afd4f862551728ec79737d399ad04c2a375 100644 (file)
@@ -71,4 +71,4 @@ static struct obstack obstack_for_string;
   } while (0)
 
 #define STRING_FREE \
-  obstack_free (&obstack_for_string, FLEX_PREFIX (last_string))
+  obstack_free (&obstack_for_string, last_string)