no more INT_NOISE
This commit is contained in:
parent
2bd4f90b47
commit
1bd68dcab3
|
|
@ -187,6 +187,9 @@ com_version(wordlist *wl)
|
||||||
fprintf(cp_out,"** XSPICE extensions included\n");
|
fprintf(cp_out,"** XSPICE extensions included\n");
|
||||||
#endif
|
#endif
|
||||||
fprintf(cp_out,"** Relevant compilation options (refer to user's manual):\n");
|
fprintf(cp_out,"** Relevant compilation options (refer to user's manual):\n");
|
||||||
|
#ifdef NOSQRT
|
||||||
|
fprintf(cp_out,"** --enable-nosqrt\n");
|
||||||
|
#endif
|
||||||
#ifdef NOBYPASS
|
#ifdef NOBYPASS
|
||||||
fprintf(cp_out,"** --enable-nobypass\n");
|
fprintf(cp_out,"** --enable-nobypass\n");
|
||||||
#endif
|
#endif
|
||||||
|
|
@ -205,12 +208,6 @@ com_version(wordlist *wl)
|
||||||
#ifdef NEWTRUNC
|
#ifdef NEWTRUNC
|
||||||
fprintf(cp_out,"** --enable-newtrunc\n");
|
fprintf(cp_out,"** --enable-newtrunc\n");
|
||||||
#endif
|
#endif
|
||||||
#ifdef NOSQRT
|
|
||||||
fprintf(cp_out,"** --enable-nosqrt\n");
|
|
||||||
#endif
|
|
||||||
#ifdef INT_NOISE
|
|
||||||
fprintf(cp_out,"** --enable-intnoise\n");
|
|
||||||
#endif
|
|
||||||
#ifdef WANT_SENSE2
|
#ifdef WANT_SENSE2
|
||||||
fprintf(cp_out,"** --enable-sense2\n");
|
fprintf(cp_out,"** --enable-sense2\n");
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue