diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2004-11-27 18:51:08 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2004-11-27 18:51:08 +0000 |
commit | 90c3ebe4d7cf0bb88193a3d4bfca4b036ef791bb (patch) | |
tree | aac4ce4f13e537e793e3393a1548b02b070793c5 /src/bin/scripts/common.h | |
parent | 77ab4761ad0ea5a0e1e98414e6697585f9efc439 (diff) | |
download | postgresql-90c3ebe4d7cf0bb88193a3d4bfca4b036ef791bb.tar.gz postgresql-90c3ebe4d7cf0bb88193a3d4bfca4b036ef791bb.zip |
Fix HAVE_OPTRESET to be HAVE_INT_OPTRESET. Typos spotted by Lorne Sunley.
Diffstat (limited to 'src/bin/scripts/common.h')
-rw-r--r-- | src/bin/scripts/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/scripts/common.h b/src/bin/scripts/common.h index 647be82b882..04f8af4f0c2 100644 --- a/src/bin/scripts/common.h +++ b/src/bin/scripts/common.h @@ -4,7 +4,7 @@ #include "pqexpbuffer.h" #include "getopt_long.h" -#ifndef HAVE_OPTRESET +#ifndef HAVE_INT_OPTRESET int optreset; #endif |