diff options
Diffstat (limited to 'usr.bin/msgc/msgparse.y')
| -rw-r--r-- | usr.bin/msgc/msgparse.y | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/msgc/msgparse.y b/usr.bin/msgc/msgparse.y index 3978167a0d7..353056f662e 100644 --- a/usr.bin/msgc/msgparse.y +++ b/usr.bin/msgc/msgparse.y @@ -1,4 +1,4 @@ -/* $NetBSD: msgparse.y,v 1.2 2003/06/23 13:05:50 agc Exp $ */ +/* $NetBSD: msgparse.y,v 1.3 2003/07/17 08:33:04 lukem Exp $ */ /* * Copyright 1997 Piermont Information Systems Inc. @@ -40,8 +40,8 @@ #include <sys/cdefs.h> -#ifndef lint -__RCSID("$NetBSD: msgparse.y,v 1.2 2003/06/23 13:05:50 agc Exp $"); +#if defined(__RCSID) && !defined(lint) +__RCSID("$NetBSD: msgparse.y,v 1.3 2003/07/17 08:33:04 lukem Exp $"); #endif |
