remove some stuttered prototypes

This commit is contained in:
rlar 2010-10-08 18:07:03 +00:00
parent 4d31d2a12f
commit 3d9a742802
3 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2010-10-08 Robert Larice
* src/ciderlib/oned/onedext.h ,
* src/spicelib/parser/inp.h :
remove some stuttered prototypes
2010-10-08 Robert Larice
* src/frontend/dotcards.c ,
* src/frontend/numparam/spicenum.c ,

View File

@ -101,7 +101,6 @@ extern void ONEnormalize(ONEdevice *);
extern void ONEdcSolve(ONEdevice *, int, BOOLEAN, BOOLEAN, ONEtranInfo *);
extern BOOLEAN ONEpsiDeltaConverged(ONEdevice *, int *);
extern BOOLEAN ONEdeltaConverged(ONEdevice *);
extern BOOLEAN ONEdeltaConverged(ONEdevice *);
extern void ONEresetJacobian(ONEdevice *);
extern void ONEstoreNeutralGuess(ONEdevice *);
extern void ONEequilSolve(ONEdevice *);
@ -109,7 +108,6 @@ extern void ONEbiasSolve(ONEdevice *, int, BOOLEAN, ONEtranInfo *);
extern void ONEstoreEquilibGuess(ONEdevice *);
extern void ONEstoreInitialGuess(ONEdevice *);
extern int ONEnewDelta(ONEdevice *, BOOLEAN, ONEtranInfo *);
extern int ONEnewDelta(ONEdevice *, BOOLEAN, ONEtranInfo *);
extern double ONEtrunc(ONEdevice *, ONEtranInfo *, double);
extern void ONEsaveState(ONEdevice *);
extern double ONEnuNorm(ONEdevice *);

View File

@ -102,7 +102,6 @@ double PTsgn(double arg);
double PTplus(double arg1, double arg2);
double PTminus(double arg1, double arg2);
double PTtimes(double arg1, double arg2);
double PTtimes(double arg1, double arg2);
double PTdivide(double arg1, double arg2);
double PTpower(double arg1, double arg2);
double PTacos(double arg);