diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2005-08-06 16:22:27 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2005-08-06 16:22:27 +0000 |
commit | 118d4ab15d367ac6efc5fcf0bf7bcc837ecdf655 (patch) | |
tree | f982730bb801722763a977b2a5c3de5739b0d32c /usr.bin/m4/look.c | |
parent | c1fb72af034fd49539274309e077944b65f7c5e9 (diff) |
zap rcsid. It's not ramdisk, but they still take space.
Diffstat (limited to 'usr.bin/m4/look.c')
-rw-r--r-- | usr.bin/m4/look.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.bin/m4/look.c b/usr.bin/m4/look.c index c455fe0963a..4eeb99e0e2a 100644 --- a/usr.bin/m4/look.c +++ b/usr.bin/m4/look.c @@ -1,4 +1,4 @@ -/* $OpenBSD: look.c,v 1.16 2003/11/17 17:12:10 espie Exp $ */ +/* $OpenBSD: look.c,v 1.17 2005/08/06 16:22:26 espie Exp $ */ /* * Copyright (c) 1989, 1993 @@ -32,10 +32,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static char sccsid[] = "@(#)look.c 8.1 (Berkeley) 6/6/93"; -#endif /* not lint */ - /* * look.c * Facility: m4 macro processor |