Skip to content

Commit 673b48b

Browse files
committed
Remove warning about automatic inclusion of sqlca.
1 parent ceec779 commit 673b48b

File tree

1 file changed

+1
-6
lines changed
  • src/interfaces/ecpg/preproc

1 file changed

+1
-6
lines changed

src/interfaces/ecpg/preproc/pgc.l

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
*
1414
* IDENTIFICATION
15-
* $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/pgc.l,v 1.84 2002/01/10 10:42:54 meskes Exp $
15+
* $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/pgc.l,v 1.85 2002/02/15 17:46:57 petere Exp $
1616
*
1717
*-------------------------------------------------------------------------
1818
*/
@@ -824,11 +824,6 @@ cppline {space}*#(.*\\{space})*.*
824824
{}
825825
yytext[i+1] = '\0';
826826

827-
/* since version 2.9.0 sqlca.h is included
828-
automatically */
829-
if (strcmp(yytext, "sqlca") == 0)
830-
mmerror(PARSE_ERROR, ET_NOTICE, "sqlca.h is included automatically.");
831-
832827
yyin = NULL;
833828
for (ip = include_paths; yyin == NULL && ip != NULL; ip = ip->next)
834829
{

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy