]> git.saurik.com Git - bison.git/blobdiff - lib/getopt1.c
* src/main.c (main): Free `infile'.
[bison.git] / lib / getopt1.c
index 9c8256567c494461f87e5088d975a6e12f61cdc5..eb4188a1a067a560d2cf26dd2b4f8cdc398e4a57 100644 (file)
@@ -1,13 +1,12 @@
 /* getopt_long and getopt_long_only entry points for GNU getopt.
-   Copyright (C) 1987,88,89,90,91,92,93,94,96,97,98
+   Copyright (C) 1987,88,89,90,91,92,93,94,96,97,98, 2002
      Free Software Foundation, Inc.
-   NOTE: The canonical source of this file is maintained with the GNU C Library.
-   Bugs can be reported to bug-glibc@gnu.org.
+   This file is part of the GNU C Library.
 
-   This program is free software; you can redistribute it and/or modify it
-   under the terms of the GNU General Public License as published by the
-   Free Software Foundation; either version 2, or (at your option) any
-   later version.
+   This program is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation; either version 2, or (at your option)
+   any later version.
 
    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
 \f
 #ifdef HAVE_CONFIG_H
 #include <config.h>
-#else
-#if !defined __STDC__ || !__STDC__
-/* This is a separate conditional since some stdc systems
-   reject `defined (const)'.  */
-#ifndef const
-#define const
-#endif
-#endif
 #endif
 
 #include "getopt.h"
-
 #include <stdio.h>
 
 /* Comment out all this code if we are using the GNU C Library, and are not