diff options
| author | Quentin Carbonneaux <[email protected]> | 2023-03-22 11:43:42 +0100 |
|---|---|---|
| committer | Quentin Carbonneaux <[email protected]> | 2023-03-22 11:43:46 +0100 |
| commit | 5fee3da6ac3b4995f0d9a6cef3a5e916208cca59 (patch) | |
| tree | 84befbce5a3a2422792aa32db54e474f9e724aae /all.h | |
| parent | eb9fcece9e622712a60ad306ae83f4ac4a2a3571 (diff) | |
rename blknew() to newblk()
This is consistent with newtmp()
and newcon().
Diffstat (limited to 'all.h')
| -rw-r--r-- | all.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -511,7 +511,7 @@ void err(char *, ...) __attribute__((noreturn)); void elimsb(Fn *); /* cfg.c */ -Blk *blknew(void); +Blk *newblk(void); void edgedel(Blk *, Blk **); void fillpreds(Fn *); void fillrpo(Fn *); |
