EXEEXT introduces to solve Cygwin problems
[fw/sdcc] / sim / ucsim / stypes.h
index 543b671cb00b7cfa601bb01698c1c6a608980594..70f86494e5b9e5cdd6ec941b3d96f7cf1f8100c0 100644 (file)
@@ -105,13 +105,6 @@ enum mem_class
   MEM_TYPES
 };
 
-// Flags of consoles
-#define CONS_NONE       0
-#define CONS_DEBUG      0x01   // Print debug messages on this console
-#define CONS_FROZEN     0x02   // Console is frozen (g command issued)
-#define CONS_PROMPT     0x04   // Prompt is out, waiting for input
-#define CONS_INTERACTIVE 0x08  // Interactive console
-
 // States of simulator
 #define SIM_NONE       0
 #define SIM_GO         0x01    // Processor is running