Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
Add TODO(#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
rexim committed Jan 30, 2021
1 parent 6c05cc2 commit 40269e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nobuild.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 40269e6

Please sign in to comment.