We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d45f7df commit 67ad9a1Copy full SHA for 67ad9a1
src/backend/parser/scan.l
@@ -9,7 +9,7 @@
9
*
10
11
* IDENTIFICATION
12
- * $Header: /cvsroot/pgsql/src/backend/parser/scan.l,v 1.68 2000/03/18 18:03:09 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/parser/scan.l,v 1.69 2000/05/27 05:13:38 tgl Exp $
13
14
*-------------------------------------------------------------------------
15
*/
@@ -42,6 +42,7 @@ static char *parseCh;
42
/* set up my input handler --- need one flavor for flex, one for lex */
43
#if defined(FLEX_SCANNER)
44
45
+#define YY_NEVER_INTERACTIVE 1
46
#define YY_NO_UNPUT
47
static int myinput(char* buf, int max);
48
#undef YY_INPUT
0 commit comments