]> git.saurik.com Git - wxWidgets.git/commitdiff
Committing in .
authorJouk Jansen <joukj@hrem.nano.tudelft.nl>
Fri, 12 Nov 1999 11:30:42 +0000 (11:30 +0000)
committerJouk Jansen <joukj@hrem.nano.tudelft.nl>
Fri, 12 Nov 1999 11:30:42 +0000 (11:30 +0000)
 VMS patch

 Modified Files:
  wxWindows/src/common/parser.y

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4502 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/parser.y

index a4ff9ccc50c5389f014917b7ef3e6a4fac7b95ba..669f080527a1321b403e6ac82cd12e23c3113fdf 100644 (file)
@@ -169,6 +169,8 @@ void yyerror(char *s)
 #endif
 #elif !defined(__alpha___) && !defined(__alpha) && !defined(__ultrix)
 int yywrap() { return 1; }
+#elif defined(__VMS__)
+int yywrap() { return 1; }
 #endif
 #elif defined(__WX_SETUP_H__)
 int yywrap() { return 1; }