Lichen

Change of templates/types.h

280:c498ceec120e
templates/types.h
     1.1 --- a/templates/types.h	Tue Nov 29 17:29:42 2016 +0100
     1.2 +++ b/templates/types.h	Tue Nov 29 22:09:52 2016 +0100
     1.3 @@ -53,7 +53,7 @@
     1.4          int intvalue;           /* integer value */
     1.5          double floatvalue;      /* floating point value */
     1.6          char * strvalue;        /* string value */
     1.7 -        __fragment * data;      /* sequence data */
     1.8 +        __fragment * seqvalue;  /* sequence data */
     1.9      };
    1.10  } __attr;
    1.11  
    1.12 @@ -66,7 +66,8 @@
    1.13  
    1.14  typedef __obj * __ref;
    1.15  
    1.16 -/* Fragments are simple collections of attributes employed by sequence types. */
    1.17 +/* Fragments are simple collections of attributes employed by sequence types.
    1.18 +   They provide the basis of lists and tuples. */
    1.19  
    1.20  typedef struct __fragment
    1.21  {