OSDN Git Service

Add "inline" compile fix for MSVC/BCC:
authorBruce Momjian <bruce@momjian.us>
Tue, 30 May 2006 12:43:28 +0000 (12:43 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 30 May 2006 12:43:28 +0000 (12:43 +0000)
commit39b031d417b0d66438f80d39335298d069fb6d88
treefb21c38e45275ff0ddf79cb4796bfe41868e93d2
parent6216cc7e25e7bebb712526685ca565b31edd28c8
Add "inline" compile fix for MSVC/BCC:

#define inline __inline

Backpatch to 8.1.X.

Hiroshi Saito
src/include/pg_config.h.win32