From 9e83bf8c3656b736ba3a14d9b7b8af61b48415f4 Mon Sep 17 00:00:00 2001 From: Nicholas Noll Date: Thu, 30 Apr 2020 11:54:19 -0700 Subject: chore: move from new to make prefix of constructors --- sys/libbio/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/libbio/test.c') diff --git a/sys/libbio/test.c b/sys/libbio/test.c index 5059ce6..8054864 100644 --- a/sys/libbio/test.c +++ b/sys/libbio/test.c @@ -99,7 +99,7 @@ test·newick() io·Peeker rdr; io·Putter wtr; - heap = mem·newarena(mem·sys, nil); + heap = mem·makearena(mem·sys, nil); rdr = (io·Peeker){.get = &io·getbyte, .unget = &io·ungetbyte}; wtr = (io·Putter){.put = &io·putbyte, .putstr = &io·putstring}; -- cgit v1.2.1