diff options
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -284,6 +284,8 @@ int empty_line(TxtLoc l) { ; } +/* TODO: support having a newline before the open brace */ + int prev_func(TxtLoc start, TxtLoc *out) { TxtLoc l; if (prev_func_end(start, &l) && match_bracket(l, &l, '}')) { |
