Added missing .cvsignore files
Added #ifdef CIDER ... #endif arround DEVdump and DEVacct field in initialisation of SPICEdev instances, to match decalaration of SPICEdev in include/devdefs.h
This commit is contained in:
parent
1c8a23e1a2
commit
0a78434a17
|
|
@ -0,0 +1,6 @@
|
||||||
|
Makefile.in
|
||||||
|
Makefile
|
||||||
|
.deps
|
||||||
|
.libs
|
||||||
|
*.lo
|
||||||
|
*.la
|
||||||
|
|
@ -67,8 +67,10 @@ SPICEdev NBJTinfo = {
|
||||||
DEVsenTrunc : NULL,
|
DEVsenTrunc : NULL,
|
||||||
DEVdisto : NULL,
|
DEVdisto : NULL,
|
||||||
DEVnoise : NULL,
|
DEVnoise : NULL,
|
||||||
|
#ifdef CIDER
|
||||||
DEVdump : NBJTdump,
|
DEVdump : NBJTdump,
|
||||||
DEVacct : NBJTacct,
|
DEVacct : NBJTacct,
|
||||||
|
#endif
|
||||||
|
|
||||||
DEVinstSize : &NBJTiSize,
|
DEVinstSize : &NBJTiSize,
|
||||||
DEVmodSize : &NBJTmSize
|
DEVmodSize : &NBJTmSize
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
Makefile.in
|
||||||
|
Makefile
|
||||||
|
.deps
|
||||||
|
.libs
|
||||||
|
*.lo
|
||||||
|
*.la
|
||||||
|
|
@ -67,8 +67,10 @@ SPICEdev NBJT2info = {
|
||||||
DEVsenTrunc : NULL,
|
DEVsenTrunc : NULL,
|
||||||
DEVdisto : NULL,
|
DEVdisto : NULL,
|
||||||
DEVnoise : NULL,
|
DEVnoise : NULL,
|
||||||
|
#ifdef CIDER
|
||||||
DEVdump : NBJT2dump,
|
DEVdump : NBJT2dump,
|
||||||
DEVacct : NBJT2acct,
|
DEVacct : NBJT2acct,
|
||||||
|
#endif
|
||||||
|
|
||||||
DEVinstSize : &NBJT2iSize,
|
DEVinstSize : &NBJT2iSize,
|
||||||
DEVmodSize : &NBJT2mSize
|
DEVmodSize : &NBJT2mSize
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
Makefile.in
|
||||||
|
Makefile
|
||||||
|
.deps
|
||||||
|
.libs
|
||||||
|
*.lo
|
||||||
|
*.la
|
||||||
|
|
@ -67,8 +67,10 @@ SPICEdev NUMDinfo = {
|
||||||
DEVsenTrunc : NULL,
|
DEVsenTrunc : NULL,
|
||||||
DEVdisto : NULL,
|
DEVdisto : NULL,
|
||||||
DEVnoise : NULL,
|
DEVnoise : NULL,
|
||||||
|
#ifdef CIDER
|
||||||
DEVdump : NUMDdump,
|
DEVdump : NUMDdump,
|
||||||
DEVacct : NUMDacct,
|
DEVacct : NUMDacct,
|
||||||
|
#endif
|
||||||
|
|
||||||
DEVinstSize : &NUMDiSize,
|
DEVinstSize : &NUMDiSize,
|
||||||
DEVmodSize : &NUMDmSize
|
DEVmodSize : &NUMDmSize
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
Makefile.in
|
||||||
|
Makefile
|
||||||
|
.deps
|
||||||
|
.libs
|
||||||
|
*.lo
|
||||||
|
*.la
|
||||||
|
|
@ -67,8 +67,10 @@ SPICEdev NUMD2info = {
|
||||||
DEVsenTrunc : NULL,
|
DEVsenTrunc : NULL,
|
||||||
DEVdisto : NULL,
|
DEVdisto : NULL,
|
||||||
DEVnoise : NULL,
|
DEVnoise : NULL,
|
||||||
|
#ifdef CIDER
|
||||||
DEVdump : NUMD2dump,
|
DEVdump : NUMD2dump,
|
||||||
DEVacct : NUMD2acct,
|
DEVacct : NUMD2acct,
|
||||||
|
#endif
|
||||||
|
|
||||||
DEVinstSize : &NUMD2iSize,
|
DEVinstSize : &NUMD2iSize,
|
||||||
DEVmodSize : &NUMD2mSize
|
DEVmodSize : &NUMD2mSize
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
Makefile.in
|
||||||
|
Makefile
|
||||||
|
.deps
|
||||||
|
.libs
|
||||||
|
*.lo
|
||||||
|
*.la
|
||||||
|
|
@ -67,8 +67,10 @@ SPICEdev NUMOSinfo = {
|
||||||
DEVsenTrunc : NULL,
|
DEVsenTrunc : NULL,
|
||||||
DEVdisto : NULL,
|
DEVdisto : NULL,
|
||||||
DEVnoise : NULL,
|
DEVnoise : NULL,
|
||||||
|
#ifdef CIDER
|
||||||
DEVdump : NUMOSdump,
|
DEVdump : NUMOSdump,
|
||||||
DEVacct : NUMOSacct,
|
DEVacct : NUMOSacct,
|
||||||
|
#endif
|
||||||
|
|
||||||
DEVinstSize : &NUMOSiSize,
|
DEVinstSize : &NUMOSiSize,
|
||||||
DEVmodSize : &NUMOSmSize
|
DEVmodSize : &NUMOSmSize
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue