diff options
| author | David Lovemore | 2012-05-17 15:18:50 +0100 |
|---|---|---|
| committer | David Lovemore | 2012-05-17 15:18:50 +0100 |
| commit | d17c5b8296c76bccbf00fedee0317e915caee38e (patch) | |
| tree | 6c7556d628d3beb74c00ee83204c1a79ee01d679 /mps/code/amcss.c | |
| parent | 1db05f0df45e17aabc9e2077d8942b8d70291c10 (diff) | |
| download | emacs-d17c5b8296c76bccbf00fedee0317e915caee38e.tar.gz emacs-d17c5b8296c76bccbf00fedee0317e915caee38e.zip | |
Using mps_word_const instead of ull for proper fixes to constants
Copied from Perforce
Change: 178196
ServerID: perforce.ravenbrook.com
Diffstat (limited to 'mps/code/amcss.c')
| -rw-r--r-- | mps/code/amcss.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mps/code/amcss.c b/mps/code/amcss.c index 279b33ce407..277ffca434a 100644 --- a/mps/code/amcss.c +++ b/mps/code/amcss.c | |||
| @@ -38,9 +38,7 @@ static mps_gen_param_s testChain[genCOUNT] = { | |||
| 38 | 38 | ||
| 39 | 39 | ||
| 40 | /* objNULL needs to be odd so that it's ignored in exactRoots. */ | 40 | /* objNULL needs to be odd so that it's ignored in exactRoots. */ |
| 41 | /* @@@@ W3I6MV Temporary fix (ull) to prevent Microsoft C complaining. Need | 41 | #define objNULL ((mps_addr_t)MPS_WORD_CONST(0xDECEA5ED)) |
| 42 | to work out what to do about such cases. */ | ||
| 43 | #define objNULL ((mps_addr_t)0xDECEA5EDull) | ||
| 44 | 42 | ||
| 45 | 43 | ||
| 46 | static mps_pool_t pool; | 44 | static mps_pool_t pool; |