diff options
Diffstat (limited to 'src/port/getopt_long.c')
-rw-r--r-- | src/port/getopt_long.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/port/getopt_long.c b/src/port/getopt_long.c index a381939d2ea..504e989f02a 100644 --- a/src/port/getopt_long.c +++ b/src/port/getopt_long.c @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $PostgreSQL: pgsql/src/port/getopt_long.c,v 1.6 2007/03/26 21:44:11 momjian Exp $ + * $PostgreSQL: pgsql/src/port/getopt_long.c,v 1.7 2009/04/05 04:19:59 tgl Exp $ */ #include "c.h" @@ -40,6 +40,7 @@ #ifndef HAVE_INT_OPTRESET int optreset; +/* else the "extern" was provided by getopt_long.h */ #endif #define BADCH '?' |