File tree Expand file tree Collapse file tree 4 files changed +6
-11
lines changed
Expand file tree Collapse file tree 4 files changed +6
-11
lines changed Original file line number Diff line number Diff line change 33** A scanner for EMP-style numeric ranges
44*/
55
6- #define YYSTYPE char *
7- #define yylval cube_yylval
8-
96#include " postgres.h"
107
11- #include " cubeparse.h"
128#include " buffer.h"
139
1410
15- /* flex screws a couple symbols when used with the -P otion ; fix those */
11+ /* flex screws a couple symbols when used with the -P option ; fix those */
1612#define YY_DECL int cube_yylex YY_PROTO (( void )); \
1713int cube_yylex YY_PROTO (( void ))
14+ #define yylval cube_yylval
15+
1816
1917/* redefined YY_INPUT reads byte-wise from the memory area defined in buffer.c */
2018#undef YY_INPUT
Original file line number Diff line number Diff line change 55
66#include " postgres.h"
77
8- #include " segparse.h"
98#include " buffer.h"
109
1110
12- /* flex screws a couple symbols when used with the -P otion ; fix those */
11+ /* flex screws a couple symbols when used with the -P option ; fix those */
1312#define YY_DECL int seg_yylex YY_PROTO (( void )); \
1413int seg_yylex YY_PROTO (( void ))
1514#define yylval seg_yylval
Original file line number Diff line number Diff line change 1212 *
1313 *
1414 * IDENTIFICATION
15- * $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/pgc.l,v 1.100 2002/10/21 13:09:31 meskes Exp $
15+ * $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/pgc.l,v 1.101 2002/11/07 06:06:17 tgl Exp $
1616 *
1717 *-------------------------------------------------------------------------
1818 */
2424#include < errno.h>
2525
2626#include " extern.h"
27- #include " preproc.h"
2827
2928
3029extern YYSTYPE yylval;
Original file line number Diff line number Diff line change 44 * procedural language
55 *
66 * IDENTIFICATION
7- * $Header: /cvsroot/pgsql/src/pl/plpgsql/src/Attic/scan.l,v 1.23 2002/09/12 00:24:09 momjian Exp $
7+ * $Header: /cvsroot/pgsql/src/pl/plpgsql/src/Attic/scan.l,v 1.24 2002/11/07 06:06:17 tgl Exp $
88 *
99 * This software is copyrighted by Jan Wieck - Hamburg.
1010 *
3737 **********************************************************************/
3838
3939#include " plpgsql.h"
40- #include " pl.tab.h"
4140
4241
4342static char *plpgsql_source;
You can’t perform that action at this time.
0 commit comments