]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/parser.y
VTK wrapper of vtkRenderWindow for wxPython. Tested on MSW so far.
[wxWidgets.git] / src / common / parser.y
index ceed318c739e593ca2d91855d1dbe501d9209844..669f080527a1321b403e6ac82cd12e23c3113fdf 100644 (file)
@@ -167,7 +167,9 @@ void yyerror(char *s)
 #ifndef yywrap
 #define yywrap() 1
 #endif
-#else if !defined(__alpha___) && !defined(__alpha) && !defined(__ultrix)
+#elif !defined(__alpha___) && !defined(__alpha) && !defined(__ultrix)
+int yywrap() { return 1; }
+#elif defined(__VMS__)
 int yywrap() { return 1; }
 #endif
 #elif defined(__WX_SETUP_H__)