Lichen

Change of templates/types.h

1041:fb368817a23b
templates/types.h value-replacement-generic
     1.1 --- a/templates/types.h	Mon May 20 01:06:05 2024 +0200
     1.2 +++ b/templates/types.h	Mon May 20 21:26:54 2024 +0200
     1.3 @@ -1,6 +1,6 @@
     1.4  /* Runtime types.
     1.5  
     1.6 -Copyright (C) 2015-2019, 2021, 2023 Paul Boddie <paul@boddie.org.uk>
     1.7 +Copyright (C) 2015-2019, 2021, 2023, 2024 Paul Boddie <paul@boddie.org.uk>
     1.8  
     1.9  This program is free software; you can redistribute it and/or modify it under
    1.10  the terms of the GNU General Public License as published by the Free Software
    1.11 @@ -107,6 +107,8 @@
    1.12  {
    1.13      const __table * table;      /* attribute table */
    1.14      __ppos pos;                 /* position of attribute indicating class */
    1.15 +    __int obj_size;             /* object size for copiable objects defined
    1.16 +                                   on class */
    1.17      __attr attrs[];             /* attributes */
    1.18  
    1.19      /* Specialisations of this type may add other members.