avoid overlapping "Dummy" symbols
reported by James Jackson in message: [Ngspice-users] Problem building git head --with-ngspice Mac OS X
This commit is contained in:
parent
a235b46795
commit
aae92bf259
|
|
@ -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 */
|
||||
|
|
|
|||
|
|
@ -16,5 +16,5 @@ dup2(int oldd, int newd)
|
|||
return 0;
|
||||
}
|
||||
#else
|
||||
int Dummy_Symbol_2;
|
||||
int Dummy_Symbol_6;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue