summaryrefslogtreecommitdiff
path: root/ext/gd
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2002-11-24 01:20:13 +0000
committerIlia Alshanetsky <iliaa@php.net>2002-11-24 01:20:13 +0000
commit67e25fcbd80f936a854a38f7036e0e16428601da (patch)
tree937547b33d4e5abad1e048730901f326c55cd791 /ext/gd
parentef26e2d1f83ec3ad30af9e66f69f62e4d170ee70 (diff)
downloadphp-git-67e25fcbd80f936a854a38f7036e0e16428601da.tar.gz
Added gdPEstrdup macro.
Diffstat (limited to 'ext/gd')
-rw-r--r--ext/gd/libgd/gdhelpers.h1
1 files changed, 1 insertions, 0 deletions
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 */