diff options
author | Bruce Momjian <bruce@momjian.us> | 1999-07-10 17:03:34 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1999-07-10 17:03:34 +0000 |
commit | d62c25d452d48dc56ae90b9a9e74f9d6859f430a (patch) | |
tree | c6b287fe1b1ac1a19e78138a88f6d87a1d1eac93 /src/include/port/alpha.h | |
parent | 5a3fa95c39172722e632c25dec2d1201697ea61c (diff) | |
download | postgresql-d62c25d452d48dc56ae90b9a9e74f9d6859f430a.tar.gz postgresql-d62c25d452d48dc56ae90b9a9e74f9d6859f430a.zip |
cleanup of long long int atoi test.
Diffstat (limited to 'src/include/port/alpha.h')
-rw-r--r-- | src/include/port/alpha.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/port/alpha.h b/src/include/port/alpha.h index 952f3465330..6499bca6e98 100644 --- a/src/include/port/alpha.h +++ b/src/include/port/alpha.h @@ -1,6 +1,5 @@ #define USE_POSIX_TIME #define DISABLE_XOPEN_NLS -#define HAS_LONG_LONG #define HAS_TEST_AND_SET #include <sys/mman.h> /* for msemaphore */ typedef msemaphore slock_t; |