X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/469e1e5c35e3d284dc53e58dda12426be1aa2c25..7e99520bd3fc092bbbcbc38bb699a0236618ea40:/src/common/cwlex_yy.c diff --git a/src/common/cwlex_yy.c b/src/common/cwlex_yy.c index 67e789afba..96e91c1ca9 100644 --- a/src/common/cwlex_yy.c +++ b/src/common/cwlex_yy.c @@ -192,7 +192,7 @@ extern char *malloc(); #endif #define Return(x) return x; -#if defined(VMS) && !defined(strdup) +#if defined(VMS) && ( __VMS_VER < 70000000 ) #define strdup(s) (strcpy((char *)malloc(strlen(s)+1), s)); #endif