Skip to content

Commit 32d3b47

Browse files
committed
Remove extern from optreset that was just added.
1 parent 930dd70 commit 32d3b47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bin/psql/startup.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright (c) 2000-2005, PostgreSQL Global Development Group
55
*
6-
* $PostgreSQL: pgsql/src/bin/psql/startup.c,v 1.114 2005/04/29 13:42:20 momjian Exp $
6+
* $PostgreSQL: pgsql/src/bin/psql/startup.c,v 1.115 2005/04/29 14:30:11 momjian Exp $
77
*/
88
#include "postgres_fe.h"
99

@@ -19,7 +19,7 @@
1919
#include "getopt_long.h"
2020

2121
#ifndef HAVE_INT_OPTRESET
22-
extern int optreset;
22+
int optreset;
2323
#endif
2424

2525
#include <locale.h>

0 commit comments

Comments
 (0)