From f0e2fe43a5e5e22342a13139815556ae3b373d6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 1 Oct 2019 23:03:11 +0200 Subject: Start moving to scheme structs. --- src/strbuf.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/strbuf.h') diff --git a/src/strbuf.h b/src/strbuf.h index 7f936a9e..0c028eb6 100644 --- a/src/strbuf.h +++ b/src/strbuf.h @@ -15,7 +15,6 @@ */ typedef struct { char* mem; - SCM scm; /* TODO add support for negative ptr */ int ptr; unsigned int alloc; -- cgit v1.2.3