*** pgsql/src/interfaces/ecpg/preproc/extern.h 2006/03/11 04:38:40 1.63 --- pgsql/src/interfaces/ecpg/preproc/extern.h 2009/09/08 04:25:40 1.63.2.1 *************** *** 1,4 **** ! /* $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.314 2006/03/07 02:54:23 momjian Exp $ */ #ifndef _ECPG_PREPROC_EXTERN_H #define _ECPG_PREPROC_EXTERN_H --- 1,4 ---- ! /* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/extern.h,v 1.63 2006/03/11 04:38:40 momjian Exp $ */ #ifndef _ECPG_PREPROC_EXTERN_H #define _ECPG_PREPROC_EXTERN_H *************** extern char *yytext, *** 32,39 **** #ifdef YYDEBUG extern int yydebug; #endif ! extern int yylineno, ! yyleng; extern FILE *yyin, *yyout; --- 32,38 ---- #ifdef YYDEBUG extern int yydebug; #endif ! extern int yylineno; extern FILE *yyin, *yyout;