Linux/AXP compilation fixed.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4610 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -167,7 +167,7 @@ void yyerror(char *s)
|
|||||||
#ifndef yywrap
|
#ifndef yywrap
|
||||||
#define yywrap() 1
|
#define yywrap() 1
|
||||||
#endif
|
#endif
|
||||||
#elif !defined(__alpha___) && !defined(__alpha) && !defined(__ultrix)
|
#elif !defined(__ultrix)
|
||||||
int yywrap() { return 1; }
|
int yywrap() { return 1; }
|
||||||
#elif defined(__VMS__)
|
#elif defined(__VMS__)
|
||||||
int yywrap() { return 1; }
|
int yywrap() { return 1; }
|
||||||
|
Reference in New Issue
Block a user