1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-26 12:21:12 +03:00

Add "%option warn" to all flex input files that lacked it.

This is recommended in the flex manual, and there seems no good reason
not to use it everywhere.
This commit is contained in:
Tom Lane
2011-08-25 13:55:57 -04:00
parent 0371d4d063
commit 2e95f1f002
7 changed files with 9 additions and 2 deletions

View File

@ -55,6 +55,7 @@ static int yyline = 1; /* line number for error reporting */
%option noinput
%option nounput
%option noyywrap
%option warn
%option prefix="boot_yy"