Browse Source

Only delete HAVE_ADMS in a comment. Don't worry.

pre-master-46
dwarning 20 years ago
parent
commit
9191d42a5f
  1. 8
      src/spicelib/devices/dev.c

8
src/spicelib/devices/dev.c

@ -285,18 +285,18 @@ spice_init_devices(void)
DEVices[52] = get_hic0_full_info();
DEVices[53] = get_bjt504_va_info();
assert(54 == DEVNUM);
#else /* NOT ADMS */
#else /* NOT ADMS */
assert(52 == DEVNUM);
#endif /* HAVE_ADMS */
#endif /* ADMS */
#else /* NOT CIDER */
#ifdef ADMS
DEVices[47] = get_hic0_full_info();
DEVices[48] = get_bjt504_va_info();
assert(49 == DEVNUM);
#else
#else /* NOT ADMS */
assert(47 == DEVNUM);
#endif
#endif /* CIDER */
#endif /* CIDER */
return;
}

Loading…
Cancel
Save