From dfdae56d2ea9b9841e747c36cdff63a826045805 Mon Sep 17 00:00:00 2001 From: Andreas Klebinger Date: Wed, 29 Jan 2020 11:36:54 -0500 Subject: Rename ghcAssert to stgAssert in hp2ps/Main.h. This fixes #17763 --- utils/hp2ps/Main.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utils/hp2ps') 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. -- cgit v1.2.1