K 10 svn:author V 5 wpaul K 8 svn:date V 27 2001-12-19T18:13:44.000000Z K 7 svn:log V 265 Fix compiler warning in dc_intr(): if the only code that does a "goto" to a label is inside an #ifdef block, then the label should *also* be inside an #ifdef block. Hide the "done:" label which is only used if DEVICE_POLLING is enabled under #ifdef DEVICE_POLLING. END