Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc83137a

Browse files
author
Michael Meskes
committed
Fixed typo in proproc.y
1 parent7547b01 commitc83137a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

‎src/interfaces/ecpg/ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1112,5 +1112,9 @@ TUe Okt 2 16:09:26 CEST 2001
11121112

11131113
- Re-added Tom's patch fixing my setlocale patch. I accidently
11141114
deleted it.
1115+
1116+
Fri Okt 5 08:37:01 CEST 2001
1117+
1118+
- Fixed yet another typo in preproc.y.
11151119
- Set ecpg version to 2.9.0.
11161120
- Set library version to 3.3.0.

‎src/interfaces/ecpg/preproc/preproc.y

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2044,7 +2044,7 @@ opt_name: name{ $$ = $1; }
20442044
|/*EMPTY*/{$$ = EMPTY; }
20452045
;
20462046

2047-
opt_column:COLUMN{$$ = make_str("colmunn"); }
2047+
opt_column:COLUMN{$$ = make_str("column"); }
20482048
|/*EMPTY*/{$$ = EMPTY; }
20492049
;
20502050

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp