Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit32d3b47

Browse files
committed
Remove extern from optreset that was just added.
1 parent930dd70 commit32d3b47

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/2913:42:20 momjian Exp $
6+
* $PostgreSQL: pgsql/src/bin/psql/startup.c,v 1.115 2005/04/2914:30:11 momjian Exp $
77
*/
88
#include"postgres_fe.h"
99

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

2121
#ifndefHAVE_INT_OPTRESET
22-
externintoptreset;
22+
intoptreset;
2323
#endif
2424

2525
#include<locale.h>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp