diff options
| author | Andrew Chambers <[email protected]> | 2021-10-07 16:57:41 +1300 |
|---|---|---|
| committer | Andrew Chambers <[email protected]> | 2021-10-07 16:57:41 +1300 |
| commit | 2a302793114003a4440f43f4beb9a3d752171408 (patch) | |
| tree | 32f327e5fd8952bd3f57fe8d2a5a169c45491708 /util.c | |
| parent | f4a9a52d001a54ca1142110b70142a8ef8df53bc (diff) | |
WIP refactor.
Diffstat (limited to 'util.c')
| -rw-r--r-- | util.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -27,9 +27,7 @@ void fatal(const char *fmt, ...) { exit(1); } -void unreachable(void) { - lfatal("BUG: unexpected internal condition"); -} +void unreachable(void) { lfatal("BUG: unexpected internal condition"); } void *xmalloc(size_t n) { void *p; |
