diff options
| author | WormHeamer | 2026-01-01 22:05:55 -0500 |
|---|---|---|
| committer | WormHeamer | 2026-01-01 22:05:55 -0500 |
| commit | 20c772976809c4b5ea472d8279121b17716f3f5c (patch) | |
| tree | 7290e74e8066f07fe746a63b081ee0e8a7b8bfa4 /main.c | |
| parent | 4c02da2c32fd3313897fdd5280b203d9e5d60ea6 (diff) | |
todo
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, '}')) { |
