X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/469e1e5c35e3d284dc53e58dda12426be1aa2c25..f98de4487faac59af9d2d07e2ff23b8e852ce8eb:/src/common/cwlex_yy.c 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