Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7547b01 commit c83137aCopy full SHA for c83137a
src/interfaces/ecpg/ChangeLog
@@ -1112,5 +1112,9 @@ TUe Okt 2 16:09:26 CEST 2001
1112
1113
- Re-added Tom's patch fixing my setlocale patch. I accidently
1114
deleted it.
1115
+
1116
+Fri Okt 5 08:37:01 CEST 2001
1117
1118
+ - Fixed yet another typo in preproc.y.
1119
- Set ecpg version to 2.9.0.
1120
- Set library version to 3.3.0.
src/interfaces/ecpg/preproc/preproc.y
@@ -2044,7 +2044,7 @@ opt_name: name { $$ = $1; }
2044
| /*EMPTY*/ { $$ = EMPTY; }
2045
;
2046
2047
-opt_column: COLUMN { $$ = make_str("colmunn"); }
+opt_column: COLUMN { $$ = make_str("column"); }
2048
2049
2050
0 commit comments