From 11fb908c469508ee1cc1d34d72d50c8f910cadca Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Sat, 14 Jul 2018 13:52:46 +0200 Subject: [PATCH] preliminary removal of the error checking, if XSPICE is not available. --- src/frontend/inpcom.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frontend/inpcom.c b/src/frontend/inpcom.c index 6f1874a8f..022018343 100644 --- a/src/frontend/inpcom.c +++ b/src/frontend/inpcom.c @@ -601,9 +601,9 @@ inp_readall(FILE *fp, char *dir_name, bool comfile, bool intfile, bool *expr_w_t if (cp_getvar("addcontrol", CP_BOOL, NULL)) inp_add_control_section(working, &rv . line_number); -#ifndef XSPICE +/* #ifndef XSPICE inp_poly_err(working); -#endif +#endif */ bool expr_w_temper = FALSE; if (inp_compat_mode != COMPATMODE_SPICE3) { /* Do all the compatibility stuff here */