diff options
Diffstat (limited to 'usr.bin/yacc/error.c')
-rw-r--r-- | usr.bin/yacc/error.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/yacc/error.c b/usr.bin/yacc/error.c index 60a22bf..a4b7512 100644 --- a/usr.bin/yacc/error.c +++ b/usr.bin/yacc/error.c @@ -34,13 +34,13 @@ * SUCH DAMAGE. */ +#include <sys/cdefs.h> + +__FBSDID("$FreeBSD$"); + #ifndef lint -#if 0 static char const sccsid[] = "@(#)error.c 5.3 (Berkeley) 6/1/90"; #endif -static const char rcsid[] = - "$FreeBSD$"; -#endif /* not lint */ /* routines for printing error messages */ |