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:
parent
7423861721
commit
34d93b64c9
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue