From 5807d6912e7796373f6cd7e1a5de0269d1603d6f Mon Sep 17 00:00:00 2001 From: steve Date: Wed, 17 Mar 2004 17:07:12 +0000 Subject: [PATCH] Protect ident pragma. --- sys_funcs.cc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sys_funcs.cc b/sys_funcs.cc index bebb8ea00..0457a7b26 100644 --- a/sys_funcs.cc +++ b/sys_funcs.cc @@ -16,7 +16,9 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ -#ident "$Id: sys_funcs.cc,v 1.4 2004/03/13 05:12:36 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: sys_funcs.cc,v 1.5 2004/03/17 17:07:12 steve Exp $" +#endif # include "config.h" # include "compiler.h" @@ -191,6 +193,9 @@ int load_sys_func_table(const char*path) /* * $Log: sys_funcs.cc,v $ + * Revision 1.5 2004/03/17 17:07:12 steve + * Protect ident pragma. + * * Revision 1.4 2004/03/13 05:12:36 steve * standard conpliant stdio.h. *