From 34d93b64c92340bf3a529ab5a630ad296489f0b8 Mon Sep 17 00:00:00 2001 From: stefanjones Date: Tue, 22 Jun 2004 22:41:18 +0000 Subject: [PATCH] 2004-06-22 Stefan Jones * src/main.c: Add dummy INPretrieve() symbol so ngnutmeg and co link with xspice enabled --- ChangeLog | 3 +++ src/main.c | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index c5041cd4e..e00a1cd60 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,9 @@ * src/include/ngspice.h: include 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 * src/pkgIndex.tcl.in src/spicepp.pl src/spicepp.tcl src/spicewish diff --git a/src/main.c b/src/main.c index a73b37dd1..f176023e2 100644 --- a/src/main.c +++ b/src/main.c @@ -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 */