summaryrefslogtreecommitdiffstats
path: root/include/freetype/config/ftstdlib.h
diff options
context:
space:
mode:
authorRicardo Cerqueira <cyanogenmod@cerqueira.org>2013-11-01 16:04:19 +0000
committerRicardo Cerqueira <cyanogenmod@cerqueira.org>2013-11-01 16:04:19 +0000
commit5b18c5874f85aa819ddef822b95a66ca070421dc (patch)
treec75d7dc57e133b09dc56c1e6e58f74b2f86238ba /include/freetype/config/ftstdlib.h
parent8afe960626dbf326354b836fd4d63e05b6974195 (diff)
parent899c67b6cfcd2010784fbf08c5415af16c526e0c (diff)
downloadandroid_external_freetype-5b18c5874f85aa819ddef822b95a66ca070421dc.tar.gz
android_external_freetype-5b18c5874f85aa819ddef822b95a66ca070421dc.tar.bz2
android_external_freetype-5b18c5874f85aa819ddef822b95a66ca070421dc.zip
Android 4.4 Release 1.0
Diffstat (limited to 'include/freetype/config/ftstdlib.h')
-rw-r--r--include/freetype/config/ftstdlib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/freetype/config/ftstdlib.h b/include/freetype/config/ftstdlib.h
index 11d5d0e..b940efc 100644
--- a/include/freetype/config/ftstdlib.h
+++ b/include/freetype/config/ftstdlib.h
@@ -5,7 +5,7 @@
/* ANSI-specific library and header configuration file (specification */
/* only). */
/* */
-/* Copyright 2002-2007, 2009, 2011 by */
+/* Copyright 2002-2007, 2009, 2011-2012 by */
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
/* */
/* This file is part of the FreeType project, and may only be used, */
@@ -159,7 +159,7 @@
/* on certain platforms */
#define ft_longjmp longjmp
-#define ft_setjmp( b ) setjmp( *(jmp_buf*) &(b) ) /* same thing here */
+#define ft_setjmp( b ) setjmp( *(ft_jmp_buf*) &(b) ) /* same thing here */
/* the following is only used for debugging purposes, i.e., if */