mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-05 00:48:00 +02: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 :-) )
This commit is contained in:
parent
4f108391d8
commit
ad6eaed676
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@
|
|||
|
||||
#include <stdlib.h>
|
||||
#define ft_qsort qsort
|
||||
|
||||
#define ft_exit exit /* only used to exit from un-handled exceptions */
|
||||
|
||||
/**********************************************************************/
|
||||
/* */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue