# HG changeset patch # User Paul Boddie # Date 1693870332 -7200 # Node ID 4e68e347740990566bbbb76eff27f559fda20df7 # Parent ff5db4d0d5d4468d533aacdd53fe0ec9a5657264# Parent dbf413b7eebf14bfddfa5be707d8b07a5bc92aeb Merged changes from the trailing-data branch. diff -r ff5db4d0d5d4 -r 4e68e3477409 templates/types.h --- a/templates/types.h Tue Sep 05 01:24:01 2023 +0200 +++ b/templates/types.h Tue Sep 05 01:32:12 2023 +0200 @@ -115,8 +115,6 @@ } __obj; -#define __INSTANCE_SIZE(NUMBER) ((NUMBER) * sizeof(__attr) + sizeof(__table *) + sizeof(__ppos)) - /* Fragments are simple collections of attributes employed by sequence types. They provide the basis of lists and tuples. */