Mercurial > hg > xemacs-beta
comparison src/lrecord.h @ 5180:4cd28c29a7a1
merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Mon, 29 Mar 2010 22:52:01 -0500 |
parents | 14fda1dbdb26 97eb4942aec8 |
children | 71ee43b8a74d |
comparison
equal
deleted
inserted
replaced
5179:14fda1dbdb26 | 5180:4cd28c29a7a1 |
---|---|
1121 applies to the union data, and XD_INDIRECT references refer to the | 1121 applies to the union data, and XD_INDIRECT references refer to the |
1122 containing object and description. Note that the description applies | 1122 containing object and description. Note that the description applies |
1123 "inline" to the union data, like XD_BLOCK_ARRAY and not XD_BLOCK_PTR. | 1123 "inline" to the union data, like XD_BLOCK_ARRAY and not XD_BLOCK_PTR. |
1124 If the union data is a pointer to different types of structures, each | 1124 If the union data is a pointer to different types of structures, each |
1125 element in the memory_description should be an XD_BLOCK_PTR. See | 1125 element in the memory_description should be an XD_BLOCK_PTR. See |
1126 unicode.c, redisplay.c and objects.c for examples of XD_UNION. | 1126 unicode.c, redisplay.c and fontcolor.c for examples of XD_UNION. |
1127 | 1127 |
1128 XD_UNION_DYNAMIC_SIZE | 1128 XD_UNION_DYNAMIC_SIZE |
1129 | 1129 |
1130 Same as XD_UNION except that this is used for objects where the size of | 1130 Same as XD_UNION except that this is used for objects where the size of |
1131 the object containing the union varies depending on the particular value | 1131 the object containing the union varies depending on the particular value |