X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2ce0a6e2d67c73ef32534345a422c2782f7dc091..4a45223c970eabf6ba66347129627775935c90b3:/src/common/doslex.c diff --git a/src/common/doslex.c b/src/common/doslex.c index bbf61f0eac..be7be146d1 100644 --- a/src/common/doslex.c +++ b/src/common/doslex.c @@ -145,7 +145,7 @@ int read(); } \ while ( 0 ) #else -// suppress expression always false warning +/* suppress expression always false warning */ int os2var = 0; #define YY_FATAL_ERROR(msg) \ do \ @@ -777,7 +777,7 @@ case YY_STATE_EOF(INITIAL): } } #if defined(__VISAGECPP__) -// VA complains about proc maybe not returning a value so return one +/* VA complains about proc maybe not returning a value so return one */ return 0; #endif }