From aae92bf259f1e94f1d5d98831e6d59080292f66e Mon Sep 17 00:00:00 2001 From: rlar Date: Sat, 16 Nov 2013 22:44:24 +0100 Subject: [PATCH] avoid overlapping "Dummy" symbols reported by James Jackson in message: [Ngspice-users] Problem building git head --with-ngspice Mac OS X --- src/maths/misc/isinf.c | 2 +- src/misc/dup2.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/maths/misc/isinf.c b/src/maths/misc/isinf.c index 941ca19d9..637c31546 100644 --- a/src/maths/misc/isinf.c +++ b/src/maths/misc/isinf.c @@ -28,6 +28,6 @@ isinf (const double x) #endif /* HAVE_FINITE */ #else /* HAVE_ISINF */ -int Dummy_Symbol_5; +int Dummy_Symbol_7; #endif /* HAVE_ISINF */ #endif /* HAVE_DECL_ISINF */ diff --git a/src/misc/dup2.c b/src/misc/dup2.c index ae93b887d..a8db3549d 100644 --- a/src/misc/dup2.c +++ b/src/misc/dup2.c @@ -16,5 +16,5 @@ dup2(int oldd, int newd) return 0; } #else -int Dummy_Symbol_2; +int Dummy_Symbol_6; #endif