rename blknew() to newblk()

This is consistent with newtmp()
and newcon().
This commit is contained in:
Quentin Carbonneaux 2023-03-22 11:43:42 +01:00
parent eb9fcece9e
commit 5fee3da6ac
6 changed files with 7 additions and 7 deletions

2
all.h
View file

@ -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 *);