Fix struct to enable compiling with XSPICE enabled.

This commit is contained in:
Holger Vogt 2024-10-01 16:15:04 +02:00
parent 1d264a26d3
commit 0c4aceff42
1 changed files with 15 additions and 0 deletions

View File

@ -26,6 +26,21 @@ SPICEdev RELMODELinfo = {
&RELMODELmPTSize,
RELMODELmPTable,
#ifdef XSPICE
/*---- Fixed by SDB 5.2.2003 to enable XSPICE/tclspice integration -----*/
NULL, /* This is a SPICE device, it has no MIF info data */
0, /* This is a SPICE device, it has no MIF info data */
NULL, /* This is a SPICE device, it has no MIF info data */
0, /* This is a SPICE device, it has no MIF info data */
NULL, /* This is a SPICE device, it has no MIF info data */
0, /* This is a SPICE device, it has no MIF info data */
NULL, /* This is a SPICE device, it has no MIF info data */
/*--------------------------- End of SDB fix -------------------------*/
#endif
DEV_DEFAULT
},