ref: c17c0b4eacee443b75f13ad7baf0c5eefb24237a
parent: f9a44e0fd848105c5a2972755e4f58cc13d39630
author: Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
date: Tue Jun 5 09:54:12 EDT 2018
Removing obsolete WATCOM code from rt_def.h
--- a/rott/rt_def.h
+++ b/rott/rt_def.h
@@ -314,13 +314,6 @@
////////////////// GLOBAL ENUMERATED TYPES ///////////////////////
-#ifdef __WATCOMC__
-typedef enum
-{ false,
- true
-}
-boolean;
-#else
/* boolean is serialized at the moment, and watcomc made it a byte. */
typedef unsigned char boolean;
@@ -327,10 +320,6 @@
enum {
false, true
};
-#endif
-
-
-
typedef enum {
east,