diff options
| author | Michael Meskes <meskes@postgresql.org> | 2000-11-07 08:46:27 +0000 |
|---|---|---|
| committer | Michael Meskes <meskes@postgresql.org> | 2000-11-07 08:46:27 +0000 |
| commit | df8789bb1551dc30e46798d99364032adf7f6d54 (patch) | |
| tree | 4f86a8bc0f644c2d018e17b2c6335cb40e7a49f8 /src/interfaces/ecpg/preproc/extern.h | |
| parent | c823b1eedccde57ec405228bfcc2335fd93ef4a7 (diff) | |
Third try. Sorry, I had a wrong path in my copy statement.
Diffstat (limited to 'src/interfaces/ecpg/preproc/extern.h')
| -rw-r--r-- | src/interfaces/ecpg/preproc/extern.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/interfaces/ecpg/preproc/extern.h b/src/interfaces/ecpg/preproc/extern.h index 5628e30dd1e..f94ab949764 100644 --- a/src/interfaces/ecpg/preproc/extern.h +++ b/src/interfaces/ecpg/preproc/extern.h @@ -19,6 +19,9 @@ extern char *connection; extern char *input_filename; extern char *yytext, errortext[128]; +#ifdef YYDEBUG +extern int yydebug; +#endif extern int yylineno, yyleng; extern FILE *yyin, |
