1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Fix HAVE_OPTRESET to be HAVE_INT_OPTRESET. Typos spotted by Lorne Sunley.

This commit is contained in:
Tom Lane
2004-11-27 18:51:08 +00:00
parent 77ab4761ad
commit 90c3ebe4d7
8 changed files with 15 additions and 15 deletions

View File

@@ -12,7 +12,7 @@
* by PostgreSQL
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/bin/pg_dump/pg_dump.c,v 1.392 2004/11/06 19:36:02 tgl Exp $
* $PostgreSQL: pgsql/src/bin/pg_dump/pg_dump.c,v 1.393 2004/11/27 18:51:06 tgl Exp $
*
*-------------------------------------------------------------------------
*/
@@ -40,7 +40,7 @@
#include "getopt_long.h"
#ifndef HAVE_OPTRESET
#ifndef HAVE_INT_OPTRESET
int optreset;
#endif