* configure.in src/main.c src/frontend/com_let.c: Updates.
This commit is contained in:
parent
1662ce6e11
commit
6886b8793b
|
|
@ -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,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)
|
||||||
|
|
|
||||||
|
|
@ -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…
Reference in New Issue