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 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 {
You can’t perform that action at this time.
0 commit comments