Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit673b48b

Browse files
committed
Remove warning about automatic inclusion of sqlca.
1 parentceec779 commit673b48b

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)

[8]ページ先頭

©2009-2025 Movatter.jp