Skip to content
This repository has been archived by the owner on Feb 12, 2025. It is now read-only.

Commit

Permalink
Move TODO(#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
rexim committed Mar 23, 2021
1 parent 28db2a6 commit 457aeb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nobuild.h
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ Chain chain_build_from_tokens(Chain_Token first, ...);
void chain_run_sync(Chain chain);
void chain_echo(Chain chain);

// TODO(#15): PIPE does not report where exactly a syntactic error has happened
#define CHAIN(...) \
do { \
Chain chain = chain_build_from_tokens(__VA_ARGS__, (Chain_Token) {0}); \
Expand Down

0 comments on commit 457aeb9

Please sign in to comment.