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:
h_vogt 2016-04-23 16:56:54 +02:00 committed by rlar
parent a712f17b2a
commit ec98ce11bc
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}