diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-05-08 17:12:36 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-05-08 17:12:36 +0000 |
commit | 1c551683cb99d94ebb44be0b94a0e03dd1d9a0f8 (patch) | |
tree | 99279ec899019d77b252ec91508e0d675021d54d /src/interfaces/odbc/misc.c | |
parent | 296e7ba2ba27847a152d77a41115e2f1db240779 (diff) | |
download | postgresql-1c551683cb99d94ebb44be0b94a0e03dd1d9a0f8.tar.gz postgresql-1c551683cb99d94ebb44be0b94a0e03dd1d9a0f8.zip |
Run pgindent on ODBC code only, to reformat new comments.
Diffstat (limited to 'src/interfaces/odbc/misc.c')
-rw-r--r-- | src/interfaces/odbc/misc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/interfaces/odbc/misc.c b/src/interfaces/odbc/misc.c index 84987806c38..ae75320bb53 100644 --- a/src/interfaces/odbc/misc.c +++ b/src/interfaces/odbc/misc.c @@ -85,6 +85,7 @@ mylog(char *fmt,...) va_end(args); } } + #endif @@ -114,6 +115,7 @@ qlog(char *fmt,...) va_end(args); } } + #endif /* Undefine these because windows.h will redefine and cause a warning */ |