diff options
| author | Richard Brooksby | 2012-08-31 21:27:55 +0100 |
|---|---|---|
| committer | Richard Brooksby | 2012-08-31 21:27:55 +0100 |
| commit | fbe459531958e13de85a0fefd97aa8a8b6ef9892 (patch) | |
| tree | ad14d9852e7a0141f73133c47bca571ffb3218e9 /mps/code/misc.h | |
| parent | 46b61473a9c48c1c3941d31072ebd7829ed2c0ba (diff) | |
| download | emacs-fbe459531958e13de85a0fefd97aa8a8b6ef9892.tar.gz emacs-fbe459531958e13de85a0fefd97aa8a8b6ef9892.zip | |
Fixing warnings found by lii6gc build.
Copied from Perforce
Change: 179149
ServerID: perforce.ravenbrook.com
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 | }; |