1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-19 13:42:17 +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

@@ -84,6 +84,7 @@ static struct _if_value
%option nodefault
%option noinput
%option noyywrap
%option warn
%option yylineno