Eliminate warning

This commit is contained in:
nigel 2002-10-29 14:27:00 +00:00
parent 9745e40ddb
commit c68df84838

View File

@ -96,10 +96,10 @@ uint8 *ScratchMem = NULL; // Scratch memory for Mac ROM writes
static timer_t timer; // 60Hz timer
#endif
//#ifdef ENABLE_MON
#ifdef ENABLE_MON
static struct sigaction sigint_sa; // sigaction for SIGINT handler
static void sigint_handler(...);
//#endif
#endif
#if REAL_ADDRESSING
static bool lm_area_mapped = false; // Flag: Low Memory area mmap()ped