X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2ce0a6e2d67c73ef32534345a422c2782f7dc091..33754c4d83c59b7523a6da0c4fb21079cb60301c:/src/common/doslex.c diff --git a/src/common/doslex.c b/src/common/doslex.c index bbf61f0eac..233e20ab3d 100644 --- a/src/common/doslex.c +++ b/src/common/doslex.c @@ -85,7 +85,6 @@ char *malloc(); int free(); */ -int read(); #endif @@ -145,7 +144,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 +776,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 }