projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
new wxStringTokenizer
[wxWidgets.git]
/
src
/
common
/
cwlex_yy.c
diff --git
a/src/common/cwlex_yy.c
b/src/common/cwlex_yy.c
index 67e789afba7751228df67303e4be33b297c094f1..96e91c1ca90d2898d91dffbe635039e94f2af365 100644
(file)
--- 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;
#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