From: Ilia Alshanetsky Date: Sun, 24 Nov 2002 01:20:13 +0000 (+0000) Subject: Added gdPEstrdup macro. X-Git-Tag: RELEASE_1_0b2~36 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=67e25fcbd80f936a854a38f7036e0e16428601da;p=php Added gdPEstrdup macro. --- diff --git a/ext/gd/libgd/gdhelpers.h b/ext/gd/libgd/gdhelpers.h index 32bd940a17..2544e88060 100644 --- a/ext/gd/libgd/gdhelpers.h +++ b/ext/gd/libgd/gdhelpers.h @@ -19,6 +19,7 @@ extern char *gd_strtok_r(char *s, char *sep, char **state); #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 */