xpressn.c, generate warning for doubly defined symbols, but do not stop ngspice (this resmbles the previous status and is preliminary)
This commit is contained in:
parent
a712f17b2a
commit
ec98ce11bc
|
|
@ -524,7 +524,7 @@ nupa_define(dico_t *dico,
|
|||
|
||||
} else {
|
||||
/* error message for redefinition of symbols */
|
||||
message(dico, "%s is already used,\n cannot be redefined\n", t);
|
||||
fprintf(stderr, "Warning: %s is already used,\n cannot be redefined\n", t);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue