File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
src/interfaces/ecpg/preproc Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 12
12
*
13
13
*
14
14
* 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 $
16
16
*
17
17
*-------------------------------------------------------------------------
18
18
*/
@@ -824,11 +824,6 @@ cppline {space}*#(.*\\{space})*.*
824
824
{}
825
825
yytext[i+1 ] = ' \0 ' ;
826
826
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
-
832
827
yyin = NULL ;
833
828
for (ip = include_paths; yyin == NULL && ip != NULL ; ip = ip->next )
834
829
{
You can’t perform that action at this time.
0 commit comments