aboutsummaryrefslogtreecommitdiffstats
path: root/mps/code/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'mps/code/misc.h')
-rw-r--r--mps/code/misc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mps/code/misc.h b/mps/code/misc.h
index 68f7a33da9e..0557c9af6fc 100644
--- a/mps/code/misc.h
+++ b/mps/code/misc.h
@@ -17,7 +17,7 @@
17 17
18 18
19typedef int Bool; /* <design/type/#bool> */ 19typedef int Bool; /* <design/type/#bool> */
20enum { 20enum BoolEnum {
21 FALSE = 0, 21 FALSE = 0,
22 TRUE = 1 22 TRUE = 1
23}; 23};