]> git.lizzy.rs Git - nothing.git/blobdiff - src/script/parser.c
TODO(#307)
[nothing.git] / 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));
     }