Browse Source

* configure.in src/main.c src/frontend/com_let.c: Updates.

pre-master-46
arno 26 years ago
parent
commit
6886b8793b
  1. 1
      configure.in
  2. 3
      src/frontend/com_let.c
  3. 1
      src/main.c

1
configure.in

@ -239,6 +239,7 @@ src/include/Makefile \
src/maths/Makefile \ src/maths/Makefile \
src/maths/cmaths/Makefile \ src/maths/cmaths/Makefile \
src/maths/ni/Makefile \ src/maths/ni/Makefile \
src/maths/poly/Makefile \
src/maths/sparse/Makefile \ src/maths/sparse/Makefile \
src/misc/Makefile \ src/misc/Makefile \
src/parser/Makefile \ src/parser/Makefile \

3
src/frontend/com_let.c

@ -3,11 +3,12 @@
#include <dvec.h> #include <dvec.h>
#include <ngspice.h> #include <ngspice.h>
#include <fteext.h> #include <fteext.h>
#include <cpextern.h>
#include "com_let.h" #include "com_let.h"
#include "com_display.h" #include "com_display.h"
#include "completion.h" #include "completion.h"
#include "streams.h"
void void
com_let(wordlist *wl) com_let(wordlist *wl)

1
src/main.c

@ -270,7 +270,6 @@ main(int argc, char **argv)
char buf[BSIZE_SP]; char buf[BSIZE_SP];
bool ciprefix();
bool readinit = TRUE; bool readinit = TRUE;
bool rflag = FALSE; bool rflag = FALSE;
bool istty = TRUE; bool istty = TRUE;

Loading…
Cancel
Save