add 'const' modifiers to types where appropriate
[ghc-hetmet.git] / includes / Rts.h
index a62747e..d4467c4 100644 (file)
@@ -57,7 +57,7 @@ extern "C" {
 #define ASSERT(predicate) /* nothing */
 #else
 
-extern void _assertFail (char *, unsigned int);
+extern void _assertFail (const char *, unsigned int);
 
 #define ASSERT(predicate)                      \
        if (predicate)                          \