File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
%{
2
2
/*
3
3
** A scanner for EMP-style numeric ranges
4
- * $PostgreSQL: pgsql/contrib/cube/cubescan.l,v 1.11 2006/03/11 04:38:28 momjian Exp $
4
+ * $PostgreSQL: pgsql/contrib/cube/cubescan.l,v 1.12 2008/08/25 23:12:45 tgl Exp $
5
5
*/
6
6
7
7
#include " postgres.h"
@@ -29,6 +29,7 @@ void cube_scanner_finish(void);
29
29
%option 8bit
30
30
%option never-interactive
31
31
%option nodefault
32
+ %option noinput
32
33
%option nounput
33
34
%option noyywrap
34
35
%option prefix="cube_yy"
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ void seg_scanner_finish(void);
27
27
%option 8bit
28
28
%option never-interactive
29
29
%option nodefault
30
+ %option noinput
30
31
%option nounput
31
32
%option noyywrap
32
33
%option prefix="seg_yy"
You can’t perform that action at this time.
0 commit comments