diff options
author | Ian Lynagh <igloo@earth.li> | 2006-12-22 13:39:40 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2006-12-22 13:39:40 +0000 |
commit | f5f43a8ed4199e1251aa0e02cafb0acd14ff4535 (patch) | |
tree | 8aa627b7d9ce47754d8bfe59daa31cc9afc43b6e /rts | |
parent | 646ca6ffb55b1a9ee4c71e8573d87629dc7a4989 (diff) | |
download | haskell-f5f43a8ed4199e1251aa0e02cafb0acd14ff4535.tar.gz |
Remove ' in cpp error
Diffstat (limited to 'rts')
-rw-r--r-- | rts/Interpreter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/Interpreter.c b/rts/Interpreter.c index b4ef171bef..0312d3d842 100644 --- a/rts/Interpreter.c +++ b/rts/Interpreter.c @@ -48,7 +48,7 @@ #elif WORD_SIZE_IN_BITS == 64 #define BCO_NEXT_WORD BCO_NEXT_64 #else -#error Can't cope with WORD_SIZE_IN_BITS being nether 32 nor 64 +#error Cannot cope with WORD_SIZE_IN_BITS being nether 32 nor 64 #endif #define BCO_GET_LARGE_ARG ((bci & bci_FLAG_LARGE_ARGS) ? BCO_NEXT_WORD : BCO_NEXT) |