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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user