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

version 1.1, 1997/05/21 20:40:08 version 1.4, 2007/12/31 19:57:34
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 8 Line 8
   
    This program is free software; you can redistribute it and/or modify it     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     under the terms of the GNU General Public License as published by the
    Free Software Foundation; either version 2, or (at your option) any     Free Software Foundation; either version 3, or (at your option) any
    later version.     later version.
   
    This program is distributed in the hope that it will be useful,     This program is distributed in the hope that it will be useful,
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.4


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