]> git.draconx.ca Git - gob-dx.git/blobdiff - src/treefuncs.def
Release 1.0.2
[gob-dx.git] / src / treefuncs.def
index dc720080b75dd7fcbe878a18ebbcf3dfc7123798..e7a16b001b47d8455822756ff75f340869aabcca 100644 (file)
@@ -45,12 +45,13 @@ ENDHEADER
 CLASS Class
   STRING       otype   # this object class type
   STRING       ptype   # parent class type
+  STRING       chunk_size # if the object should be allocated with mem_chunks
   NODELIST     nodes
 ENDCLASS
 
 CLASS Type
-  INT          stars
-  STRING       name
+  STRING       name    # the specifier part
+  STRING       pointer # the pointer part
   STRING       postfix
 ENDCLASS