diff options
| author | Jean Boussier <jean.boussier@gmail.com> | 2025-08-26 09:19:07 +0200 |
|---|---|---|
| committer | Jean Boussier <jean.boussier@gmail.com> | 2025-08-26 13:44:59 +0200 |
| commit | 14bdf4b57dcd3169a8717dc893fd1e1be897deeb (patch) | |
| tree | cf7e21a3c2f7d6bd9fa53788b3bbecd2c2a3ea80 /object.c | |
| parent | 59c996797e16f45a3b91baa04083c2da3a1edfcb (diff) | |
Ensure T_OBJECT and T_IMEMO/fields have identical layout
Diffstat (limited to 'object.c')
| -rw-r--r-- | object.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ /* Flags of RObject * - * 1: ROBJECT_EMBED + * 4: ROBJECT_EMBED * The object has its instance variables embedded (the array of * instance variables directly follow the object, rather than being * on a separately allocated buffer). |
