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