From 40269e64c03d905809800c0610042d668d335198 Mon Sep 17 00:00:00 2001 From: rexim Date: Sat, 30 Jan 2021 21:18:49 +0700 Subject: [PATCH] Add TODO(#15) --- nobuild.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nobuild.h b/nobuild.h index f616e30..92150bc 100644 --- a/nobuild.h +++ b/nobuild.h @@ -698,7 +698,7 @@ void nobuild__pipe(int ignore, ...) if (input_filepath == NULL) { input_filepath = arg.args[0]; } else { - // TODO: PIPE does not report where exactly a syntactic error has happened + // TODO(#15): PIPE does not report where exactly a syntactic error has happened ERRO("input file was already set for the pipe"); exit(1); }