Browse Source

Add 'linesource', to contain the path/file of the origin of the line.

pre-master-46
Holger Vogt 2 years ago
parent
commit
da3d51ce9a
  1. 1
      src/include/ngspice/inpdefs.h

1
src/include/ngspice/inpdefs.h

@ -77,6 +77,7 @@ struct card_assoc {
struct card {
int linenum;
int linenum_orig;
char* linesource;
char *line;
char *error;
struct card *nextcard;

Loading…
Cancel
Save