]> git.lizzy.rs Git - nothing.git/commitdiff
TODO(#307)
authorrexim <reximkut@gmail.com>
Tue, 28 Aug 2018 13:01:40 +0000 (20:01 +0700)
committerrexim <reximkut@gmail.com>
Tue, 28 Aug 2018 13:01:40 +0000 (20:01 +0700)
src/script/parser.c

index 82b2246d88607fe4e65900e961c6468f4d49c865..5c1da23171954e20b9cfbfe2cf63dd2b133fdbfc 100644 (file)
@@ -178,7 +178,7 @@ struct ParseResult read_expr_from_file(const char *filename)
 
     FILE *stream = PUSH_LT(lt, fopen(filename, "rb"), fclose_lt);
     if (!stream) {
-        /* TODO: ParseResult should not be used for reporting IO failures */
+        /* TODO(#307): ParseResult should not be used for reporting IO failures */
         RETURN_LT(lt, parse_failure(strerror(errno), NULL));
     }