OSDN Git Service

Allow interfaces to compile under MingGW/Win32 by adding _P to symbols
authorBruce Momjian <bruce@momjian.us>
Fri, 16 May 2003 04:59:24 +0000 (04:59 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 16 May 2003 04:59:24 +0000 (04:59 +0000)
commitc42581eba3c08ae7195472d32a39220697f72f58
treeec2a1cf28a35de9c5c2bb6713c3545aad9416439
parent32be7207aafdba20ebf615cab50bdadf7c61f272
Allow interfaces to compile under MingGW/Win32 by adding _P to symbols
in ecpg.
src/include/port.h
src/include/port/win32.h
src/interfaces/ecpg/preproc/c_keywords.c
src/interfaces/ecpg/preproc/keywords.c
src/interfaces/ecpg/preproc/preproc.y
src/port/gettimeofday.c [new file with mode: 0644]