Commit c83137a0 authored by Michael Meskes's avatar Michael Meskes

Fixed typo in proproc.y

parent 7547b010
...@@ -1112,5 +1112,9 @@ TUe Okt 2 16:09:26 CEST 2001 ...@@ -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; } ...@@ -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; }
; ;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment