]> git.saurik.com Git - wxWidgets.git/commitdiff
Committing in .
authorJouk Jansen <joukj@hrem.nano.tudelft.nl>
Fri, 12 Nov 1999 11:07:12 +0000 (11:07 +0000)
committerJouk Jansen <joukj@hrem.nano.tudelft.nl>
Fri, 12 Nov 1999 11:07:12 +0000 (11:07 +0000)
 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

index 67e789afba7751228df67303e4be33b297c094f1..96e91c1ca90d2898d91dffbe635039e94f2af365 100644 (file)
@@ -192,7 +192,7 @@ extern char *malloc();
 #endif
 #define Return(x) return x;
 
 #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
 
 #define strdup(s) (strcpy((char *)malloc(strlen(s)+1), s));
 #endif