1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 03:03:26 +02:00

These functions are always available, exif can't be cross version compiled anyway

This commit is contained in:
Kalle Sommer Nielsen
2017-10-31 08:50:30 +01:00
parent 2e83924682
commit b7a5e71a33
-7
View File
@@ -57,13 +57,6 @@
typedef unsigned char uchar;
#ifndef safe_emalloc
# define safe_emalloc(a,b,c) emalloc((a)*(b)+(c))
#endif
#ifndef safe_erealloc
# define safe_erealloc(p,a,b,c) erealloc(p, (a)*(b)+(c))
#endif
#ifndef TRUE
# define TRUE 1
# define FALSE 0