1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-21 00:42:43 +03:00

Allow interfaces to compile under MingGW/Win32 by adding _P to symbols

in ecpg.
This commit is contained in:
Bruce Momjian
2003-05-16 04:59:24 +00:00
parent 32be7207aa
commit c42581eba3
6 changed files with 111 additions and 70 deletions

View File

@@ -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},