X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/fbca394ee1416fcfa41f839abc313a037732e84d..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; }