X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0e4a6d55e960f2f988056837499c67231d04715e..07243717e26bda497d5a8b325c2e6acf4ee033cf:/src/common/dosyacc.c?ds=sidebyside diff --git a/src/common/dosyacc.c b/src/common/dosyacc.c index a773cce6ef..9fce511cda 100644 --- a/src/common/dosyacc.c +++ b/src/common/dosyacc.c @@ -1,3 +1,11 @@ +#ifdef WIN32 +/* all Win32 compilers can handle C++ comments, and C++ comments + is the only C++ in setup.h */ +#include "wx/setup.h" +#endif + +#if !defined(wxUSE_PROLOGIO) || wxUSE_PROLOGIO + #ifndef lint static char yysccsid[] = "@(#)yaccpar 1.7 (Berkeley) 09/09/90"; #endif @@ -526,3 +534,5 @@ yyabort: yyaccept: return (0); } + +#endif /* wxUSE_PROLOGIO */