missing `extern'
This commit is contained in:
parent
aae53f5564
commit
3340f46e80
|
|
@ -1,3 +1,7 @@
|
|||
2010-08-10 Robert Larice
|
||||
* src/spicelib/analysis/ckt.h :
|
||||
missing `extern'
|
||||
|
||||
2010-08-10 Robert Larice
|
||||
* src/include/cktdefs.h ,
|
||||
* src/include/ifsim.h ,
|
||||
|
|
|
|||
|
|
@ -125,6 +125,6 @@ int NIpzSym(PZtrial **, PZtrial *);
|
|||
int NIpzSym2(PZtrial **, PZtrial *);
|
||||
int NIreinit( CKTcircuit *);
|
||||
int NIsenReinit( CKTcircuit *);
|
||||
IFfrontEnd *SPfrontEnd;
|
||||
extern IFfrontEnd *SPfrontEnd;
|
||||
|
||||
#endif /*CKT*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue