diff options
Diffstat (limited to 'mps/code/misc.h')
| -rw-r--r-- | mps/code/misc.h | 2 |
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 | ||
| 19 | typedef int Bool; /* <design/type/#bool> */ | 19 | typedef int Bool; /* <design/type/#bool> */ |
| 20 | enum { | 20 | enum BoolEnum { |
| 21 | FALSE = 0, | 21 | FALSE = 0, |
| 22 | TRUE = 1 | 22 | TRUE = 1 |
| 23 | }; | 23 | }; |