diff options
Diffstat (limited to 'usr.bin/m4/expr.c')
-rw-r--r-- | usr.bin/m4/expr.c | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/usr.bin/m4/expr.c b/usr.bin/m4/expr.c index eb52b3a..997a5a6 100644 --- a/usr.bin/m4/expr.c +++ b/usr.bin/m4/expr.c @@ -37,9 +37,17 @@ * SUCH DAMAGE. */ +#ifndef lint +#if 0 +static char sccsid[] = "@(#)expr.c 8.2 (Berkeley) 4/29/95"; +#else +#if 0 +static char rcsid[] = "$OpenBSD: expr.c,v 1.14 2002/04/26 16:15:16 espie Exp $"; +#endif +#endif +#endif /* not lint */ + #include <sys/cdefs.h> -__SCCSID("@(#)expr.c 8.2 (Berkeley) 4/29/95"); -__RCSID_SOURCE("$OpenBSD: expr.c,v 1.14 2002/04/26 16:15:16 espie Exp $"); __FBSDID("$FreeBSD$"); #include <sys/types.h> |