Ignore:
Timestamp:
Sep 15, 2006, 7:09:38 AM (19 years ago)
Author:
bird
Message:

Untested merge with GNU Make v3.81 (vendor/gnumake/2005-05-16 -> vendor/gnumake/current).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gmake/getopt.c

    r53 r503  
    11/* Getopt for GNU.
    2    NOTE: getopt is now part of the C library, so if you don't know what
    3    "Keep this file name-space clean" means, talk to drepper@gnu.org
    4    before changing it!
    5 
    6    Copyright (C) 1987, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98
    7         Free Software Foundation, Inc.
    8 
    9    NOTE: The canonical source of this file is maintained with the GNU C Library.
    10    Bugs can be reported to bug-glibc@gnu.org.
    11 
    12    This program is free software; you can redistribute it and/or modify it
    13    under the terms of the GNU General Public License as published by the
    14    Free Software Foundation; either version 2, or (at your option) any
    15    later version.
    16 
    17    This program is distributed in the hope that it will be useful,
    18    but WITHOUT ANY WARRANTY; without even the implied warranty of
    19    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    20    GNU General Public License for more details.
    21 
    22    You should have received a copy of the GNU General Public License
    23    along with this program; if not, write to the Free Software
    24    Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
    25    USA.  */
    26 
     2NOTE: getopt is now part of the C library, so if you don't know what
     3"Keep this file name-space clean" means, talk to drepper@gnu.org
     4before changing it!
     5
     6Copyright (C) 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996,
     71997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software
     8Foundation, Inc.
     9
     10NOTE: The canonical source of this file is maintained with the GNU C Library.
     11Bugs can be reported to bug-glibc@gnu.org.
     12
     13This program is free software; you can redistribute it and/or modify it
     14under the terms of the GNU General Public License as published by the
     15Free Software Foundation; either version 2, or (at your option) any
     16later version.
     17
     18This program is distributed in the hope that it will be useful,
     19but WITHOUT ANY WARRANTY; without even the implied warranty of
     20MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     21GNU General Public License for more details.
     22
     23You should have received a copy of the GNU General Public License along with
     24this program; see the file COPYING.  If not, write to the Free Software
     25Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.  */
    2726
    2827/* This tells Alpha OSF/1 not to define a getopt prototype in <stdio.h>.
Note: See TracChangeset for help on using the changeset viewer.