Added gdPEstrdup macro.

This commit is contained in:
Ilia Alshanetsky 2002-11-24 01:20:13 +00:00
parent ef26e2d1f8
commit 67e25fcbd8

View File

@ -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 */