diff options
author | imp <imp@FreeBSD.org> | 2001-12-08 02:28:16 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2001-12-08 02:28:16 +0000 |
commit | 8f226dc2226aa355021b1884aa7099586176c03f (patch) | |
tree | 4bc1ec2bb94dc8423e96f2fcd0df0e2b82a2197a /usr.bin/yacc/reader.c | |
parent | c1953cedc9e1ea758b117e8768440fc1056524fb (diff) | |
download | FreeBSD-src-8f226dc2226aa355021b1884aa7099586176c03f.zip FreeBSD-src-8f226dc2226aa355021b1884aa7099586176c03f.tar.gz |
Only use __FBSDID if it is defined. This fixes the 4.4-release (but
not stable) -> current upgrade path.
Reviewed by: markm
Diffstat (limited to 'usr.bin/yacc/reader.c')
-rw-r--r-- | usr.bin/yacc/reader.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/yacc/reader.c b/usr.bin/yacc/reader.c index 190e4c8..23a060f 100644 --- a/usr.bin/yacc/reader.c +++ b/usr.bin/yacc/reader.c @@ -36,7 +36,9 @@ #include <sys/cdefs.h> +#ifdef __FBSDID __FBSDID("$FreeBSD$"); +#endif #ifndef lint static char const sccsid[] = "@(#)reader.c 5.7 (Berkeley) 1/20/91"; |