X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gnu%2Fgetopt1.c;h=2b1feb6eadb7277139f5f633be149db91567a520;hb=c4be0132e805fd4ce535a5cabb0169d1b5445896;hp=fbef7754968c3f6e0cf9249de8f4d462f13ef6bc;hpb=29ece34f44a27750bbfd76154ad9882580453dc7;p=debian%2Ftar diff --git a/gnu/getopt1.c b/gnu/getopt1.c index fbef7754..2b1feb6e 100644 --- a/gnu/getopt1.c +++ b/gnu/getopt1.c @@ -1,8 +1,6 @@ -/* -*- buffer-read-only: t -*- vi: set ro: */ -/* DO NOT EDIT! GENERATED AUTOMATICALLY! */ /* getopt_long and getopt_long_only entry points for GNU getopt. - Copyright (C) 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1996, 1997, - 1998, 2004, 2006, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 1987-1994, 1996-1998, 2004, 2006, 2009-2015 Free Software + Foundation, Inc. This file is part of the GNU C Library. This program is free software: you can redistribute it and/or modify @@ -143,11 +141,11 @@ main (int argc, char **argv) break; case 'c': - printf ("option c with value `%s'\n", optarg); + printf ("option c with value '%s'\n", optarg); break; case 'd': - printf ("option d with value `%s'\n", optarg); + printf ("option d with value '%s'\n", optarg); break; case '?':