From 8e63f56caf033afbab06ac21202276d6679884ce Mon Sep 17 00:00:00 2001 From: steve Date: Sat, 13 Mar 2004 05:12:36 +0000 Subject: [PATCH] standard conpliant stdio.h. --- sys_funcs.cc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sys_funcs.cc b/sys_funcs.cc index 9db2a1426..bebb8ea00 100644 --- a/sys_funcs.cc +++ b/sys_funcs.cc @@ -16,10 +16,11 @@ * 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.3 2004/03/11 06:02:58 steve Exp $" +#ident "$Id: sys_funcs.cc,v 1.4 2004/03/13 05:12:36 steve Exp $" # include "config.h" # include "compiler.h" +# include /* * Manage the information about system functions. This information is @@ -190,6 +191,9 @@ int load_sys_func_table(const char*path) /* * $Log: sys_funcs.cc,v $ + * Revision 1.4 2004/03/13 05:12:36 steve + * standard conpliant stdio.h. + * * Revision 1.3 2004/03/11 06:02:58 steve * Verbose details for sft parsing. *