We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 930dd70 commit 32d3b47Copy full SHA for 32d3b47
src/bin/psql/startup.c
@@ -3,7 +3,7 @@
3
*
4
* Copyright (c) 2000-2005, PostgreSQL Global Development Group
5
6
- * $PostgreSQL: pgsql/src/bin/psql/startup.c,v 1.114 2005/04/29 13:42:20 momjian Exp $
+ * $PostgreSQL: pgsql/src/bin/psql/startup.c,v 1.115 2005/04/29 14:30:11 momjian Exp $
7
*/
8
#include "postgres_fe.h"
9
@@ -19,7 +19,7 @@
19
#include "getopt_long.h"
20
21
#ifndef HAVE_INT_OPTRESET
22
-extern int optreset;
+int optreset;
23
#endif
24
25
#include <locale.h>
0 commit comments