From: Ian Lynagh Date: Fri, 22 Dec 2006 13:39:40 +0000 (+0000) Subject: Remove ' in cpp error X-Git-Tag: 2007-02-05~166 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=f5f43a8ed4199e1251aa0e02cafb0acd14ff4535 Remove ' in cpp error --- diff --git a/rts/Interpreter.c b/rts/Interpreter.c index b4ef171..0312d3d 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)