Diff for /gforth/engine/getopt.c between versions 1.1 and 1.3

version 1.1, 1997/05/21 20:40:08 version 1.3, 2000/09/23 18:20:19
Line 1 Line 1
 /* Getopt for GNU.  /* Getopt for GNU.
    NOTE: getopt is now part of the C library, so if you don't know what     NOTE: getopt is now part of the C library, so if you don't know what
    "Keep this file name-space clean" means, talk to roland@gnu.ai.mit.edu     "Keep this file name-space clean" means, talk to roland@gnu.org
    before changing it!     before changing it!
   
    Copyright (C) 1987, 88, 89, 90, 91, 92, 1993     Copyright (C) 1987, 88, 89, 90, 91, 92, 1993
Line 18 Line 18
   
    You should have received a copy of the GNU General Public License     You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software     along with this program; if not, write to the Free Software
    Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */     Foundation, 59 Temple Place, Suite 330, Boston, MA 02111, USA.  */
   
 /* NOTE!!!  AIX requires this to be the first thing in the file.  /* NOTE!!!  AIX requires this to be the first thing in the file.
    Do not put ANYTHING before it!  */     Do not put ANYTHING before it!  */

Removed from v.1.1  
changed lines
  Added in v.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>