2004-06-22 Stefan Jones <stefan.jones@multigig.com>

* src/main.c:
	Add dummy INPretrieve() symbol so ngnutmeg and co link with xspice enabled
This commit is contained in:
stefanjones 2004-06-22 22:41:18 +00:00
parent 7423861721
commit 34d93b64c9
2 changed files with 7 additions and 0 deletions

View File

@ -6,6 +6,9 @@
* src/include/ngspice.h:
include <errno.h> for Tcl version of perror
* src/main.c:
Add dummy INPretrieve() symbol so ngnutmeg and co link with xspice enabled
2004-06-22 Adrian Dawe <adrian.dawe@multigig.com>
* src/pkgIndex.tcl.in src/spicepp.pl src/spicepp.tcl src/spicewish

View File

@ -212,6 +212,10 @@ void EVTprint(wordlist *wl){
struct dvec *EVTfindvec(char *node){
return NULL;
}
int INPretrieve(char**a,INPtables*b){
return 0;
}
#endif
#endif /* SIMULATOR */