X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/23d13411c85d3a8705f9507219f61eddea57a218..0242bf04acf60bef5ecde9f8f8babccf2e277c06:/src/files.c diff --git a/src/files.c b/src/files.c index 7fea3064..b623b447 100644 --- a/src/files.c +++ b/src/files.c @@ -140,8 +140,8 @@ xfdopen (int fd, char const *mode) FILE *res = fdopen (fd, mode); if (! res) error (EXIT_FAILURE, get_errno (), - // On a separate line to please the "unmarked_diagnostics" - // syntax-check. + /* On a separate line to please the "unmarked_diagnostics" + syntax-check. */ "fdopen"); return res; }