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 3e09584 commit f084a18Copy full SHA for f084a18
src/interfaces/ecpg/preproc/pgc.l
@@ -12,7 +12,7 @@
12
*
13
14
* IDENTIFICATION
15
- * $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/pgc.l,v 1.67 2000/11/03 10:47:54 meskes Exp $
+ * $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/pgc.l,v 1.68 2000/11/20 03:51:33 tgl Exp $
16
17
*-------------------------------------------------------------------------
18
*/
@@ -316,8 +316,6 @@ cppline {space}*#(.*\\{line_end})*.*
316
startlit();
317
}
318
<xbit>{xbitstop} {
319
- char* endptr;
320
-
321
BEGIN(SQL);
322
if (literalbuf[strspn(literalbuf, "01") + 1] != '\0')
323
mmerror(ET_ERROR, "invalid bit string input.");
0 commit comments