mirror of
https://github.com/postgres/postgres.git
synced 2025-05-23 00:02:38 -04:00
Remove warning about automatic inclusion of sqlca.
This commit is contained in:
parent
ceec779ab5
commit
673b48becb
@ -12,7 +12,7 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/pgc.l,v 1.84 2002/01/10 10:42:54 meskes Exp $
|
* $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/pgc.l,v 1.85 2002/02/15 17:46:57 petere Exp $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
@ -824,11 +824,6 @@ cppline {space}*#(.*\\{space})*.*
|
|||||||
{}
|
{}
|
||||||
yytext[i+1] = '\0';
|
yytext[i+1] = '\0';
|
||||||
|
|
||||||
/* since version 2.9.0 sqlca.h is included
|
|
||||||
automatically */
|
|
||||||
if (strcmp(yytext, "sqlca") == 0)
|
|
||||||
mmerror(PARSE_ERROR, ET_NOTICE, "sqlca.h is included automatically.");
|
|
||||||
|
|
||||||
yyin = NULL;
|
yyin = NULL;
|
||||||
for (ip = include_paths; yyin == NULL && ip != NULL; ip = ip->next)
|
for (ip = include_paths; yyin == NULL && ip != NULL; ip = ip->next)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user