protect __RCSID() as this is a host tool. noted in PR 22074 by Julian C. Dunn

This commit is contained in:
lukem 2003-07-20 01:09:07 +00:00
parent ef8e75ce98
commit 514fc67c71

View File

@ -1,5 +1,5 @@
%{
/* $NetBSD: fgen.l,v 1.21 2003/06/23 13:05:48 agc Exp $ */
/* $NetBSD: fgen.l,v 1.22 2003/07/20 01:09:07 lukem Exp $ */
/* FLEX input for FORTH input file scanner */
/*
* Copyright (c) 1998 Eduardo Horvath.
@ -43,8 +43,8 @@
*/
#include <sys/cdefs.h>
#ifndef lint
__RCSID("$NetBSD: fgen.l,v 1.21 2003/06/23 13:05:48 agc Exp $");
#if defined(__RCSID) && !defined(lint)
__RCSID("$NetBSD: fgen.l,v 1.22 2003/07/20 01:09:07 lukem Exp $");
#endif
%}