Browse Source

no more INT_NOISE

pre-master-46
dwarning 18 years ago
parent
commit
1bd68dcab3
  1. 9
      src/frontend/misccoms.c

9
src/frontend/misccoms.c

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

Loading…
Cancel
Save