diff options
author | Bruce Momjian <bruce@momjian.us> | 2000-04-28 17:19:42 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2000-04-28 17:19:42 +0000 |
commit | 0e69b81d25b15e76cc3c8812345c63c802a17dc5 (patch) | |
tree | 3678b6d171722d144fec1cd8ec825f4bb34dbaf5 /src | |
parent | 96d643e5d5989231c741f25d4913eb5e13263fb4 (diff) | |
download | postgresql-0e69b81d25b15e76cc3c8812345c63c802a17dc5.tar.gz postgresql-0e69b81d25b15e76cc3c8812345c63c802a17dc5.zip |
Update libpgeasy define.
Diffstat (limited to 'src')
-rw-r--r-- | src/interfaces/libpgeasy/libpgeasy.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/interfaces/libpgeasy/libpgeasy.c b/src/interfaces/libpgeasy/libpgeasy.c index 41d3d0429ca..d7fc03e0f3c 100644 --- a/src/interfaces/libpgeasy/libpgeasy.c +++ b/src/interfaces/libpgeasy/libpgeasy.c @@ -11,7 +11,9 @@ #include "halt.h" #include "libpgeasy.h" +#ifndef NUL #define NUL '\0' +#endif #ifndef TRUE #define TRUE 1 |