From 3340f46e80e0552f4c48a176bbb2e72aab91f0d0 Mon Sep 17 00:00:00 2001 From: rlar Date: Tue, 10 Aug 2010 18:16:04 +0000 Subject: [PATCH] missing `extern' --- ChangeLog | 4 ++++ src/spicelib/analysis/ckt.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9b895e686..8de17f6e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 , diff --git a/src/spicelib/analysis/ckt.h b/src/spicelib/analysis/ckt.h index 47d89b952..19397dca7 100644 --- a/src/spicelib/analysis/ckt.h +++ b/src/spicelib/analysis/ckt.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*/