Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/m4 fix the option string.
details: https://anonhg.NetBSD.org/src/rev/442404089356
branches: trunk
changeset: 342975:442404089356
user: christos <christos%NetBSD.org@localhost>
date: Sat Jan 16 21:12:27 2016 +0000
description:
fix the option string.
diffstat:
usr.bin/m4/main.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (28 lines):
diff -r eb7ea72ce36f -r 442404089356 usr.bin/m4/main.c
--- a/usr.bin/m4/main.c Sat Jan 16 19:44:05 2016 +0000
+++ b/usr.bin/m4/main.c Sat Jan 16 21:12:27 2016 +0000
@@ -1,5 +1,5 @@
/* $OpenBSD: main.c,v 1.77 2009/10/14 17:19:47 sthen Exp $ */
-/* $NetBSD: main.c,v 1.44 2016/01/16 18:33:35 christos Exp $ */
+/* $NetBSD: main.c,v 1.45 2016/01/16 21:12:27 christos Exp $ */
/*-
* Copyright (c) 1989, 1993
@@ -42,7 +42,7 @@
#include "nbtool_config.h"
#endif
#include <sys/cdefs.h>
-__RCSID("$NetBSD: main.c,v 1.44 2016/01/16 18:33:35 christos Exp $");
+__RCSID("$NetBSD: main.c,v 1.45 2016/01/16 21:12:27 christos Exp $");
#include <assert.h>
#include <signal.h>
#include <getopt.h>
@@ -245,7 +245,7 @@
outfile = NULL;
resizedivs(MAXOUT);
- while ((c = getopt_long(argc, argv, "D:d:e:EF:GgIi:L:o:PR:Qst:U:v",
+ while ((c = getopt_long(argc, argv, "D:d:e:EF:GgI:iL:o:PR:Qst:U:v",
longopts, NULL)) != -1)
switch(c) {
case 'D': /* define something..*/
Home |
Main Index |
Thread Index |
Old Index