diff options
Diffstat (limited to 'usr.bin/m4/main.c')
-rw-r--r-- | usr.bin/m4/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/m4/main.c b/usr.bin/m4/main.c index 99f5233..0e60fce 100644 --- a/usr.bin/m4/main.c +++ b/usr.bin/m4/main.c @@ -34,9 +34,11 @@ */ #ifndef lint +#if 0 static char copyright[] = "@(#) Copyright (c) 1989, 1993\n\ The Regents of the University of California. All rights reserved.\n"; +#endif #endif /* not lint */ #ifndef lint |