projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
930dd70
)
Remove extern from optreset that was just added.
author
Bruce Momjian
Fri, 29 Apr 2005 14:30:11 +0000
(14:30 +0000)
committer
Bruce Momjian
Fri, 29 Apr 2005 14:30:11 +0000
(14:30 +0000)
src/bin/psql/startup.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/psql/startup.c
b/src/bin/psql/startup.c
index 2fa43930beee0b173a691eb29f0c3437f1b4b5f5..f9a534f3c2326c376a96c636ad60f73da6901e6a 100644
(file)
--- a/
src/bin/psql/startup.c
+++ b/
src/bin/psql/startup.c
@@
-3,7
+3,7
@@
*
* Copyright (c) 2000-2005, PostgreSQL Global Development Group
*
- * $PostgreSQL: pgsql/src/bin/psql/startup.c,v 1.11
4 2005/04/29 13:42:20
momjian Exp $
+ * $PostgreSQL: pgsql/src/bin/psql/startup.c,v 1.11
5 2005/04/29 14:30:11
momjian Exp $
*/
#include "postgres_fe.h"
@@
-19,7
+19,7
@@
#include "getopt_long.h"
#ifndef HAVE_INT_OPTRESET
-
extern
int optreset;
+int optreset;
#endif
#include