no more INT_NOISE

This commit is contained in:
dwarning 2008-11-19 19:47:58 +00:00
parent 2bd4f90b47
commit 1bd68dcab3
1 changed files with 3 additions and 6 deletions

View File

@ -187,6 +187,9 @@ com_version(wordlist *wl)
fprintf(cp_out,"** XSPICE extensions included\n");
#endif
fprintf(cp_out,"** Relevant compilation options (refer to user's manual):\n");
#ifdef NOSQRT
fprintf(cp_out,"** --enable-nosqrt\n");
#endif
#ifdef NOBYPASS
fprintf(cp_out,"** --enable-nobypass\n");
#endif
@ -205,12 +208,6 @@ com_version(wordlist *wl)
#ifdef NEWTRUNC
fprintf(cp_out,"** --enable-newtrunc\n");
#endif
#ifdef NOSQRT
fprintf(cp_out,"** --enable-nosqrt\n");
#endif
#ifdef INT_NOISE
fprintf(cp_out,"** --enable-intnoise\n");
#endif
#ifdef WANT_SENSE2
fprintf(cp_out,"** --enable-sense2\n");
#endif