]> granicus.if.org Git - postgresql/blobdiff - src/backend/bootstrap/bootscanner.l
Make all our flex and bison files use %option prefix or %name-prefix
[postgresql] / src / backend / bootstrap / bootscanner.l
index f65d8ac3eac39b3357c552373ac3f31902e22070..f75d79a8d02f1fdf7fa61fcfe47023dda6e3c8a3 100644 (file)
@@ -9,7 +9,7 @@
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/bootstrap/bootscanner.l,v 1.41 2006/03/05 15:58:22 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/bootstrap/bootscanner.l,v 1.42 2006/03/07 01:03:12 tgl Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -54,6 +54,7 @@ static int    yyline = 1;                     /* line number for error reporting */
 %option nodefault
 %option nounput
 %option noyywrap
+%option prefix="boot_yy"
 
 
 D              [0-9]