From 61f0d452ea7e47fea18d0ab748095dc42d7dd66d Mon Sep 17 00:00:00 2001 From: Jouk Jansen Date: Fri, 12 Nov 1999 11:07:12 +0000 Subject: [PATCH] Committing in . VMS7.x patch Modified Files: wxWindows/src/common/cwlex_yy.c git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4495 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/cwlex_yy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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