Protect ident pragma.
This commit is contained in:
parent
ec0e35b940
commit
5807d6912e
|
|
@ -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.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue