]> granicus.if.org Git - flex/commitdiff
Use %option extra-type.
authorAaron Stone <sodabrew@users.sourceforge.net>
Mon, 10 Sep 2007 06:17:45 +0000 (06:17 +0000)
committerAaron Stone <sodabrew@users.sourceforge.net>
Mon, 10 Sep 2007 06:17:45 +0000 (06:17 +0000)
tests/test-alloc-extra/scanner.l

index 49fc6d9468e81b7020bad8f3cb194057050403d7..bedd43bcb56fbfdb6385437e30622989e9b5413b 100644 (file)
@@ -39,7 +39,6 @@ struct Check {
     char *bar;
     char qux;
 };
-#define YY_EXTRA_TYPE struct Check *
 
 /* Save char into junk array at next position. */
 static void check_extra ( yyscan_t  scanner );
@@ -52,6 +51,7 @@ void *yyalloc ( size_t size, yyscan_t  scanner );
 %option 8bit outfile="scanner.c" prefix="test"
 %option nounput nomain noyywrap nodefault
 %option warn
+%option extra-type="struct Check *"
 %option reentrant
 %option noyyalloc