diff options
author | Marc Espie <espie@cvs.openbsd.org> | 1999-09-14 08:30:21 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 1999-09-14 08:30:21 +0000 |
commit | 2a0990bd11f0c886db6c6c0b079f6d47c7fe67c1 (patch) | |
tree | 939f64e964ab04790edf76f06cfd01b410460844 /usr.bin/m4/expr.c | |
parent | f8dd25afa5d8e26631cf9b73b406cbf0bce5c7e7 (diff) |
-I works better when activated...
Fuss with prototypes.
Diffstat (limited to 'usr.bin/m4/expr.c')
-rw-r--r-- | usr.bin/m4/expr.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/m4/expr.c b/usr.bin/m4/expr.c index 304d403dc16..4f4b624c9dd 100644 --- a/usr.bin/m4/expr.c +++ b/usr.bin/m4/expr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: expr.c,v 1.5 1999/09/14 08:26:10 espie Exp $ */ +/* $OpenBSD: expr.c,v 1.6 1999/09/14 08:30:20 espie Exp $ */ /* $NetBSD: expr.c,v 1.7 1995/09/28 05:37:31 tls Exp $ */ /* @@ -41,12 +41,13 @@ #if 0 static char sccsid[] = "@(#)expr.c 8.2 (Berkeley) 4/29/95"; #else -static char rcsid[] = "$OpenBSD: expr.c,v 1.5 1999/09/14 08:26:10 espie Exp $"; +static char rcsid[] = "$OpenBSD: expr.c,v 1.6 1999/09/14 08:30:20 espie Exp $"; #endif #endif /* not lint */ #include <sys/cdefs.h> #include <stdio.h> +#include <ctype.h> #include "mdef.h" /* |