diff options
Diffstat (limited to 'src/interfaces/ecpg/preproc/extern.h')
-rw-r--r-- | src/interfaces/ecpg/preproc/extern.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/preproc/extern.h b/src/interfaces/ecpg/preproc/extern.h index 3558ce3f5d4..3892014ed3c 100644 --- a/src/interfaces/ecpg/preproc/extern.h +++ b/src/interfaces/ecpg/preproc/extern.h @@ -5,7 +5,7 @@ /* variables */ extern int braces_open, - no_auto_trans, struct_level; + autocommit, struct_level; extern char *yytext, errortext[128]; extern int yylineno, yyleng; |