=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/m4/main.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- src/usr.bin/m4/main.c 1996/08/22 00:35:01 1.4 +++ src/usr.bin/m4/main.c 1997/01/15 23:42:49 1.5 @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.4 1996/08/22 00:35:01 deraadt Exp $ */ +/* $OpenBSD: main.c,v 1.5 1997/01/15 23:42:49 millert Exp $ */ /* $NetBSD: main.c,v 1.11 1996/01/13 23:25:26 pk Exp $ */ /*- @@ -47,7 +47,7 @@ #if 0 static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/6/93"; #else -static char rcsid[] = "$OpenBSD: main.c,v 1.4 1996/08/22 00:35:01 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: main.c,v 1.5 1997/01/15 23:42:49 millert Exp $"; #endif #endif /* not lint */ @@ -167,7 +167,7 @@ initkwds(); - while ((c = getopt(argc, argv, "tD:U:o:")) != EOF) + while ((c = getopt(argc, argv, "tD:U:o:")) != -1) switch(c) { case 'D': /* define something..*/