iliaa           Sat Nov 23 20:20:13 2002 EDT

  Modified files:              
    /php4/ext/gd/libgd  gdhelpers.h 
  Log:
  Added gdPEstrdup macro.
  
  
Index: php4/ext/gd/libgd/gdhelpers.h
diff -u php4/ext/gd/libgd/gdhelpers.h:1.5 php4/ext/gd/libgd/gdhelpers.h:1.6
--- php4/ext/gd/libgd/gdhelpers.h:1.5   Tue Nov 19 14:55:54 2002
+++ php4/ext/gd/libgd/gdhelpers.h       Sat Nov 23 20:20:13 2002
@@ -19,6 +19,7 @@
 #define gdFree(ptr)            efree(ptr)
 #define gdPMalloc(ptr)         pemalloc(ptr, 1)
 #define gdPFree(ptr)           pefree(ptr, 1)
+#define gdPEstrdup(ptr)                pestrdup(ptr, 1)
 
 #endif /* GDHELPERS_H */
 



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to