aboutsummaryrefslogtreecommitdiff
path: root/src/strbuf.h
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2019-10-01 23:03:11 +0200
committerHugo Hörnquist <hugo@hornquist.se>2019-10-01 23:03:11 +0200
commitf0e2fe43a5e5e22342a13139815556ae3b373d6c (patch)
tree19acf9638371241e76c70451b33cb717a1247ae8 /src/strbuf.h
parentAdd missing '$' sign in main. (diff)
downloadcalp-f0e2fe43a5e5e22342a13139815556ae3b373d6c.tar.gz
calp-f0e2fe43a5e5e22342a13139815556ae3b373d6c.tar.xz
Start moving to scheme structs.
Diffstat (limited to '')
-rw-r--r--src/strbuf.h1
1 files changed, 0 insertions, 1 deletions
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;