From 4f7e7a2296e1bb1d673bd1aca682b638feba3215 Mon Sep 17 00:00:00 2001 From: steve Date: Mon, 5 Dec 2005 21:20:55 +0000 Subject: [PATCH] Some systems donot have stding.h? --- tgt-vvp/eval_bool.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tgt-vvp/eval_bool.c b/tgt-vvp/eval_bool.c index 9e13a340c..afa17cebb 100644 --- a/tgt-vvp/eval_bool.c +++ b/tgt-vvp/eval_bool.c @@ -16,7 +16,7 @@ * 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: eval_bool.c,v 1.2 2005/09/19 20:17:59 steve Exp $" +#ident "$Id: eval_bool.c,v 1.3 2005/12/05 21:20:55 steve Exp $" /* * This file includes functions for evaluating REAL expressions. @@ -28,7 +28,7 @@ # include #endif # include -# include +//# include # include # include @@ -84,6 +84,9 @@ int draw_eval_bool64(ivl_expr_t exp) /* * $Log: eval_bool.c,v $ + * Revision 1.3 2005/12/05 21:20:55 steve + * Some systems donot have stding.h? + * * Revision 1.2 2005/09/19 20:17:59 steve * Include vvp_config.h instead of config.h *