X-Git-Url: http://git.draconx.ca/gitweb/gob-dx.git/blobdiff_plain/509cf0693fc440c71bdd3e71ea8947a6b4eb0bcf..486240dc4c5d57b0afaddba60d87fe375112bed5:/src/treefuncs.def diff --git a/src/treefuncs.def b/src/treefuncs.def index dc72008..e7a16b0 100644 --- a/src/treefuncs.def +++ b/src/treefuncs.def @@ -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