X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/469e1e5c35e3d284dc53e58dda12426be1aa2c25..0ded6bb695f82a0b98d0862ec6870fc5c6cb8b97:/src/common/cwlex_yy.c?ds=sidebyside diff --git a/src/common/cwlex_yy.c b/src/common/cwlex_yy.c index 67e789afba..3f67562896 100644 --- a/src/common/cwlex_yy.c +++ b/src/common/cwlex_yy.c @@ -69,7 +69,7 @@ char *malloc(); int free(); */ -int read(); +//int read(); #endif @@ -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