diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-02-10 05:50:29 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-02-10 05:50:29 +0000 |
commit | fd40942fd8f99dd46da1dcb49fae58f607aea179 (patch) | |
tree | e4b7356fe4b30c5f5107c7733feb1d360806c8b1 /src/interfaces/odbc/tuplelist.c | |
parent | 618733de1a3d08f63b42b92925d3845140eb6e02 (diff) | |
download | postgresql-fd40942fd8f99dd46da1dcb49fae58f607aea179.tar.gz postgresql-fd40942fd8f99dd46da1dcb49fae58f607aea179.zip |
Properly exit ODBC with 'X', allow linking on BSD/OS.
Diffstat (limited to 'src/interfaces/odbc/tuplelist.c')
-rw-r--r-- | src/interfaces/odbc/tuplelist.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/interfaces/odbc/tuplelist.c b/src/interfaces/odbc/tuplelist.c index 31acb9c9c90..75110896a72 100644 --- a/src/interfaces/odbc/tuplelist.c +++ b/src/interfaces/odbc/tuplelist.c @@ -1,4 +1,3 @@ - /* Module: tuplelist.c * * Description: This module contains functions for creating a manual result set |