summaryrefslogtreecommitdiff
path: root/src/struct.h
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2015-01-04 16:29:36 -0500
committerAdrian Thurston <thurston@complang.org>2015-01-04 16:29:36 -0500
commit4070e94fcedeffc25128c2f613ee6aec687eae72 (patch)
treead3b5335d5f9cc493c0f24cd50f22170f3768a76 /src/struct.h
parent07547abf01f117076f36587f462a68dae0959b11 (diff)
downloadcolm-4070e94fcedeffc25128c2f613ee6aec687eae72.tar.gz
push towards embedded list elements
Diffstat (limited to 'src/struct.h')
-rw-r--r--src/struct.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/struct.h b/src/struct.h
index b556684b..16161eed 100644
--- a/src/struct.h
+++ b/src/struct.h
@@ -57,10 +57,10 @@ typedef struct colm_list_el
{
short id;
struct colm_struct *prev, *next;
- colm_destructor_t destructor;
-
- void *buffer[8];
-
+// colm_destructor_t destructor;
+//
+// void *buffer[8];
+//
Tree *value;
struct colm_list_el *list_next;
struct colm_list_el *list_prev;