diff --git a/ChangeLog b/ChangeLog index 7fe70bbdb..1c4b1bdb6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2010-10-08 Robert Larice + * src/frontend/dotcards.c , + * src/frontend/numparam/spicenum.c , + * src/frontend/numparam/xpressn.c , + * src/maths/misc/randnumb.c , + * src/spicelib/parser/inplist.c : + some .c file local prototypes + 2010-10-08 Robert Larice * src/maths/cmaths/cmath2.h : cx_avg() prototype diff --git a/src/frontend/dotcards.c b/src/frontend/dotcards.c index 37afcef80..5ea676497 100644 --- a/src/frontend/dotcards.c +++ b/src/frontend/dotcards.c @@ -30,6 +30,7 @@ $Id$ static void fixdotplot(wordlist *wl); static void fixdotprint(wordlist *wl); static char * fixem(char *string); +void ft_savemeasure(void); static struct plot * diff --git a/src/frontend/numparam/spicenum.c b/src/frontend/numparam/spicenum.c index 299c5441a..534fea54e 100644 --- a/src/frontend/numparam/spicenum.c +++ b/src/frontend/numparam/spicenum.c @@ -30,6 +30,7 @@ Todo: #include "../error.h" /* controlled_exit() */ extern void txfree (void *ptr); +void dump_symbols(tdico *dico_p); char *nupa_inst_name; diff --git a/src/frontend/numparam/xpressn.c b/src/frontend/numparam/xpressn.c index 6d2e1513d..c9ba379b4 100644 --- a/src/frontend/numparam/xpressn.c +++ b/src/frontend/numparam/xpressn.c @@ -20,6 +20,8 @@ extern double gauss(void); extern COMPATMODE_T ngspice_compat_mode(void) ; +void debugwarn(tdico *d, char *s); + /************ keywords ************/ /* SJB - 150 chars is ample for this - see initkeys() */ diff --git a/src/maths/misc/randnumb.c b/src/maths/misc/randnumb.c index 32e8548c0..ee413ed63 100644 --- a/src/maths/misc/randnumb.c +++ b/src/maths/misc/randnumb.c @@ -63,7 +63,9 @@ static unsigned LGCS(unsigned *state, unsigned A1, unsigned A2); void TausSeed(void); double CombLCGTaus(void); +float CombLCGTaus2(void); unsigned int CombLCGTausInt(void); +unsigned int CombLCGTausInt2(void); void checkseed(void); double drand(void); diff --git a/src/spicelib/parser/inplist.c b/src/spicelib/parser/inplist.c index f876842f9..93678d921 100644 --- a/src/spicelib/parser/inplist.c +++ b/src/spicelib/parser/inplist.c @@ -16,6 +16,7 @@ Author: 1985 Thomas L. Quarles #include "inpdefs.h" #include "inp.h" +extern void INPlist(FILE *file, card *deck, int type); /* nowhere used function */ void INPlist(FILE * file, card * deck, int type) {