1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +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

@ -1,7 +1,7 @@
/* -------------------------------------------------------------------------
* pg_dumplo
*
* $PostgreSQL: pgsql/contrib/pg_dumplo/main.c,v 1.20 2004/10/25 02:15:00 tgl Exp $
* $PostgreSQL: pgsql/contrib/pg_dumplo/main.c,v 1.21 2004/11/27 18:51:04 tgl Exp $
*
* Karel Zak 1999-2000
* -------------------------------------------------------------------------
@ -23,7 +23,7 @@
#include "getopt_long.h"
#ifndef HAVE_OPTRESET
#ifndef HAVE_INT_OPTRESET
int optreset;
#endif