Commit ad6eaed6765180842f424c4eb73ed731cc6b5c5f

David Turner 2002-05-01T08:43:00

* 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 :-) )

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/freetype/config/ftstdlib.h b/include/freetype/config/ftstdlib.h
index 445069b..24826bc 100644
--- a/include/freetype/config/ftstdlib.h
+++ b/include/freetype/config/ftstdlib.h
@@ -96,7 +96,7 @@
 
 #include <stdlib.h>
 #define ft_qsort  qsort
-
+#define ft_exit   exit    /* only used to exit from un-handled exceptions */
 
   /**********************************************************************/
   /*                                                                    */