Remove ' in cpp error
authorIan Lynagh <igloo@earth.li>
Fri, 22 Dec 2006 13:39:40 +0000 (13:39 +0000)
committerIan Lynagh <igloo@earth.li>
Fri, 22 Dec 2006 13:39:40 +0000 (13:39 +0000)
rts/Interpreter.c

index b4ef171..0312d3d 100644 (file)
@@ -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)