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

This commit is contained in:
dwarning 2006-02-20 11:07:53 +00:00
parent 3a86df8b0b
commit 9191d42a5f
1 changed files with 4 additions and 4 deletions

View File

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