Fixed typo in proproc.y
This commit is contained in:
parent
7547b0104a
commit
c83137a025
@ -1112,5 +1112,9 @@ TUe Okt 2 16:09:26 CEST 2001
|
|||||||
|
|
||||||
- Re-added Tom's patch fixing my setlocale patch. I accidently
|
- Re-added Tom's patch fixing my setlocale patch. I accidently
|
||||||
deleted it.
|
deleted it.
|
||||||
|
|
||||||
|
Fri Okt 5 08:37:01 CEST 2001
|
||||||
|
|
||||||
|
- Fixed yet another typo in preproc.y.
|
||||||
- Set ecpg version to 2.9.0.
|
- Set ecpg version to 2.9.0.
|
||||||
- Set library version to 3.3.0.
|
- Set library version to 3.3.0.
|
||||||
|
@ -2044,7 +2044,7 @@ opt_name: name { $$ = $1; }
|
|||||||
| /*EMPTY*/ { $$ = EMPTY; }
|
| /*EMPTY*/ { $$ = EMPTY; }
|
||||||
;
|
;
|
||||||
|
|
||||||
opt_column: COLUMN { $$ = make_str("colmunn"); }
|
opt_column: COLUMN { $$ = make_str("column"); }
|
||||||
| /*EMPTY*/ { $$ = EMPTY; }
|
| /*EMPTY*/ { $$ = EMPTY; }
|
||||||
;
|
;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user