Committing in .

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
This commit is contained in:
Jouk Jansen 1999-11-12 11:30:42 +00:00
parent 4900c03954
commit 59f0336397

View 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; }