# HG changeset patch # User Paul Boddie # Date 1693870314 -7200 # Node ID dbf413b7eebf14bfddfa5be707d8b07a5bc92aeb # Parent 04b157cf2a0c9cc661d2e8835b29fb5b4d6f8211# Parent b6ee9409f8b8329a0a28001166c215f7db0b2220 Merged changes from the default branch. diff -r 04b157cf2a0c -r dbf413b7eebf templates/types.h --- a/templates/types.h Mon Sep 04 17:55:17 2023 +0200 +++ b/templates/types.h Tue Sep 05 01:31:54 2023 +0200 @@ -1,6 +1,6 @@ /* Runtime types. -Copyright (C) 2015-2019, 2021 Paul Boddie +Copyright (C) 2015-2019, 2021, 2023 Paul Boddie This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software @@ -110,8 +110,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. */