*** pgsql/src/interfaces/ecpg/preproc/extern.h 2009/07/14 20:24:10 1.74 --- pgsql/src/interfaces/ecpg/preproc/extern.h 2009/09/08 04:25:00 1.75 *************** *** 1,4 **** ! /* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/extern.h,v 1.73 2009/06/11 14:49:13 momjian Exp $ */ #ifndef _ECPG_PREPROC_EXTERN_H #define _ECPG_PREPROC_EXTERN_H --- 1,4 ---- ! /* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/extern.h,v 1.74 2009/07/14 20:24:10 tgl Exp $ */ #ifndef _ECPG_PREPROC_EXTERN_H #define _ECPG_PREPROC_EXTERN_H *************** extern char *yytext, *** 39,46 **** #ifdef YYDEBUG extern int yydebug; #endif ! extern int yylineno, ! yyleng; extern FILE *yyin, *yyout; extern char *output_filename; --- 39,45 ---- #ifdef YYDEBUG extern int yydebug; #endif ! extern int yylineno; extern FILE *yyin, *yyout; extern char *output_filename;