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:
rlar 2013-11-16 22:44:24 +01:00
parent a235b46795
commit aae92bf259
2 changed files with 2 additions and 2 deletions

View File

@ -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 */

View File

@ -16,5 +16,5 @@ dup2(int oldd, int newd)
return 0;
}
#else
int Dummy_Symbol_2;
int Dummy_Symbol_6;
#endif