preliminary removal of the error checking, if XSPICE is not available.

This commit is contained in:
Holger Vogt 2018-07-14 13:52:46 +02:00
parent dae5c99925
commit 11fb908c46
1 changed files with 2 additions and 2 deletions

View File

@ -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 */