Ignore:
Timestamp:
Mar 14, 2018, 10:28:10 PM (7 years ago)
Author:
bird
Message:

kmk: Merged in changes from GNU make 4.2.1 (2e55f5e4abdc0e38c1d64be703b446695e70b3b6 / https://git.savannah.gnu.org/git/make.git).

Location:
trunk/src/kmk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk

  • trunk/src/kmk/getopt1.c

    r2591 r3140  
    11/* getopt_long and getopt_long_only entry points for GNU getopt.
    2 Copyright (C) 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1996, 1997,
    3 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
    4 2010 Free Software Foundation, Inc.
     2Copyright (C) 1987-1994, 1996-2016 Free Software Foundation, Inc.
    53
    64NOTE: The canonical source of this file is maintained with the GNU C Library.
     
    152150
    153151        case 'c':
    154           printf ("option c with value `%s'\n", optarg);
     152          printf ("option c with value '%s'\n", optarg);
    155153          break;
    156154
    157155        case 'd':
    158           printf ("option d with value `%s'\n", optarg);
     156          printf ("option d with value '%s'\n", optarg);
    159157          break;
    160158
Note: See TracChangeset for help on using the changeset viewer.