]> granicus.if.org Git - php/commitdiff
Correcting fix for safe_emalloc
authorMarcus Boerger <helly@php.net>
Wed, 16 Apr 2003 18:25:35 +0000 (18:25 +0000)
committerMarcus Boerger <helly@php.net>
Wed, 16 Apr 2003 18:25:35 +0000 (18:25 +0000)
ext/exif/exif.c

index d73941baaaef933a2d4069b6d5c1df344e790b6c..9bc21ff4d417777d36c5929a3dae24c5c119a361 100644 (file)
 
 typedef unsigned char uchar;
 
-//#undef safe_emalloc
-#ifndef safe_emalloc
-# define safe_emalloc(a,b,c) emalloc((a)*(b)+(c))
-#endif
-
 #ifndef TRUE
 #      define TRUE 1
 #      define FALSE 0