From f031ffd3bc0c1910c04487b396d74cd563ac1227 Mon Sep 17 00:00:00 2001 From: David Turner Date: Wed, 1 May 2002 08:43:00 +0000 Subject: [PATCH] * include/freetype/config/ftstdlib.h: adding an alias for the 'exit' function. This will be used in the near future to panic in case of un-expected exception (which shouldn't happen in theory, but as everyone knows, shit happens :-) ) --- include/freetype/config/ftstdlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/freetype/config/ftstdlib.h b/include/freetype/config/ftstdlib.h index 445069b64..24826bc97 100644 --- a/include/freetype/config/ftstdlib.h +++ b/include/freetype/config/ftstdlib.h @@ -96,7 +96,7 @@ #include #define ft_qsort qsort - +#define ft_exit exit /* only used to exit from un-handled exceptions */ /**********************************************************************/ /* */