X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfig%2Fftstdlib.h;fp=include%2Ffreetype%2Fconfig%2Fftstdlib.h;h=b940efc4273f68f333022d1ece8df1cc30b217fb;hb=afcae9b7a0a6009d33581fac78416fc9623a8a18;hp=11d5d0e65bcd5d9250ce4fd47dc6172e62ffb8df;hpb=46ec2c26b7d34b4a37c96ed6049ce3fd0702dc78;p=framework%2Fgraphics%2Ffreetype.git diff --git a/include/freetype/config/ftstdlib.h b/include/config/ftstdlib.h similarity index 98% rename from include/freetype/config/ftstdlib.h rename to include/config/ftstdlib.h index 11d5d0e..b940efc 100644 --- a/include/freetype/config/ftstdlib.h +++ b/include/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 */