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