diff options
-rw-r--r-- | utils/hp2ps/Main.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/hp2ps/Main.h b/utils/hp2ps/Main.h index 9849e49327..da856f4884 100644 --- a/utils/hp2ps/Main.h +++ b/utils/hp2ps/Main.h @@ -13,13 +13,13 @@ #define ASSERT(predicate) /*nothing*/ #else -void _ghcAssert PROTO((char *, unsigned int)); +void _stgAssert PROTO((char *, unsigned int)); #define ASSERT(predicate) \ if (predicate) \ /*null*/; \ else \ - _ghcAssert(__FILE__, __LINE__) + _stgAssert(__FILE__, __LINE__) #endif /* partain: some ubiquitous types: floatish & intish. |