#include "vccsext.h" to make the function declarations visible to their function definitions
This commit is contained in:
parent
98ae3c949f
commit
a23c482c23
15
ChangeLog
15
ChangeLog
|
|
@ -1,3 +1,18 @@
|
|||
2010-07-11 Robert Larice
|
||||
* src/spicelib/devices/vccs/vccsask.c ,
|
||||
* src/spicelib/devices/vccs/vccsdel.c ,
|
||||
* src/spicelib/devices/vccs/vccsdest.c ,
|
||||
* src/spicelib/devices/vccs/vccsload.c ,
|
||||
* src/spicelib/devices/vccs/vccsmdel.c ,
|
||||
* src/spicelib/devices/vccs/vccspar.c ,
|
||||
* src/spicelib/devices/vccs/vccspzld.c ,
|
||||
* src/spicelib/devices/vccs/vccssacl.c ,
|
||||
* src/spicelib/devices/vccs/vccsset.c ,
|
||||
* src/spicelib/devices/vccs/vccssld.c ,
|
||||
* src/spicelib/devices/vccs/vccssprt.c ,
|
||||
* src/spicelib/devices/vccs/vccssset.c :
|
||||
#include "vccsext.h" to make the function declarations visible to their function definitions
|
||||
|
||||
2010-07-11 Robert Larice
|
||||
* src/xspice/icm/xtraevt/int/udnfunc.c ,
|
||||
* src/xspice/icm/xtraevt/real/udnfunc.c :
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@ Author: 1987 Thomas L. Quarles
|
|||
#include "vccsdefs.h"
|
||||
#include "sperror.h"
|
||||
#include "suffix.h"
|
||||
#include "vccsext.h"
|
||||
|
||||
/* ARGSUSED */
|
||||
int
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@ Author: 1985 Thomas L. Quarles
|
|||
#include "vccsdefs.h"
|
||||
#include "sperror.h"
|
||||
#include "suffix.h"
|
||||
#include "vccsext.h"
|
||||
|
||||
|
||||
int
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ Author: 1985 Thomas L. Quarles
|
|||
#include "ngspice.h"
|
||||
#include "vccsdefs.h"
|
||||
#include "suffix.h"
|
||||
#include "vccsext.h"
|
||||
|
||||
|
||||
void
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@ Author: 1985 Thomas L. Quarles
|
|||
#include "vccsdefs.h"
|
||||
#include "sperror.h"
|
||||
#include "suffix.h"
|
||||
#include "vccsext.h"
|
||||
|
||||
|
||||
/*ARGSUSED*/
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@ Author: 1985 Thomas L. Quarles
|
|||
#include "vccsdefs.h"
|
||||
#include "sperror.h"
|
||||
#include "suffix.h"
|
||||
#include "vccsext.h"
|
||||
|
||||
|
||||
int
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@ Author: 1985 Thomas L. Quarles
|
|||
#include "vccsdefs.h"
|
||||
#include "sperror.h"
|
||||
#include "suffix.h"
|
||||
#include "vccsext.h"
|
||||
|
||||
|
||||
/* ARGSUSED */
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@ Author: 1985 Thomas L. Quarles
|
|||
#include "sperror.h"
|
||||
#include "vccsdefs.h"
|
||||
#include "suffix.h"
|
||||
#include "vccsext.h"
|
||||
|
||||
|
||||
/*ARGSUSED*/
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@ Author: 1985 Thomas L. Quarles
|
|||
#include "vccsdefs.h"
|
||||
#include "sperror.h"
|
||||
#include "suffix.h"
|
||||
#include "vccsext.h"
|
||||
|
||||
|
||||
int
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@ Author: 1985 Thomas L. Quarles
|
|||
#include "vccsdefs.h"
|
||||
#include "sperror.h"
|
||||
#include "suffix.h"
|
||||
#include "vccsext.h"
|
||||
|
||||
|
||||
/*ARGSUSED*/
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@ Author: 1985 Thomas L. Quarles
|
|||
#include "vccsdefs.h"
|
||||
#include "sperror.h"
|
||||
#include "suffix.h"
|
||||
#include "vccsext.h"
|
||||
|
||||
|
||||
int
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@ Author: 1985 Thomas L. Quarles
|
|||
#include "vccsdefs.h"
|
||||
#include "sperror.h"
|
||||
#include "suffix.h"
|
||||
#include "vccsext.h"
|
||||
|
||||
|
||||
void
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@ Author: 1985 Thomas L. Quarles
|
|||
#include "vccsdefs.h"
|
||||
#include "sperror.h"
|
||||
#include "suffix.h"
|
||||
#include "vccsext.h"
|
||||
|
||||
|
||||
int
|
||||
|
|
|
|||
Loading…
Reference in New Issue