diff options
Diffstat (limited to 'src/interfaces/ecpg/preproc/c_keywords.c')
-rw-r--r-- | src/interfaces/ecpg/preproc/c_keywords.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/ecpg/preproc/c_keywords.c b/src/interfaces/ecpg/preproc/c_keywords.c index 68f2f112c53..04c55f5b3f2 100644 --- a/src/interfaces/ecpg/preproc/c_keywords.c +++ b/src/interfaces/ecpg/preproc/c_keywords.c @@ -25,11 +25,11 @@ static ScanKeyword ScanKeywords[] = { {"bool", SQL_BOOL}, {"char", CHAR_P}, {"const", S_CONST}, - {"double", DOUBLE}, + {"double", DOUBLE_P}, {"enum", SQL_ENUM}, {"extern", S_EXTERN}, {"float", FLOAT_P}, - {"int", INT}, + {"int", INT_P}, {"long", SQL_LONG}, {"register", S_REGISTER}, {"short", SQL_SHORT}, |