From 6fbc5a31dae4a3ecef3cbc0a87dc6f6d0855917c Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Thu, 24 Apr 2014 12:17:11 -0300 Subject: Report this as an exit function. --- CRT.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CRT.c b/CRT.c index 5b308e56..0685df47 100644 --- a/CRT.c +++ b/CRT.c @@ -107,6 +107,8 @@ typedef enum ColorElements_ { LAST_COLORELEMENT } ColorElements; +void CRT_fatalError(const char* note) __attribute__ ((noreturn)); + }*/ // TODO: centralize these in Settings. -- cgit v1.2.3