Skip to content

Commit

Permalink
don't inline stuff pulling in khashl then growing to hell
Browse files Browse the repository at this point in the history
  • Loading branch information
qwx9 committed Jan 22, 2025
1 parent 0751d00 commit 2f57a81
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/awkext.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ gettab(char *s)
return kh_val(map, k);
}

static inline int
static int
mktab(char *tab, int intidx)
{
int i, abs;
Expand Down
2 changes: 1 addition & 1 deletion fs/gfa.c
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ mkbuckets(Aux *a)
USED(totals);
}

static inline ioff
static ioff
pushnode(Aux *a, char *s, int *abs)
{
ioff id;
Expand Down
2 changes: 1 addition & 1 deletion strawk/alloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ static inline uschar *grow(Pool *p, size_t n)
return s;
}

static inline uschar *alloc(size_t n, int istemp)
static uschar *alloc(size_t n, int istemp)
{
uschar *s;
Pool *p;
Expand Down

0 comments on commit 2f57a81

Please sign in to comment.