Revert "using a different MACRO"

This reverts commit fc61b7a9f3.
This commit is contained in:
kmu
2019-11-26 17:23:34 -06:00
parent fc61b7a9f3
commit 4c8a2f726a
35 changed files with 98 additions and 103 deletions

View File

@@ -570,7 +570,7 @@ H5O__layout_encode(H5F_t *f, hbool_t H5_ATTR_UNUSED disable_shared, uint8_t *p,
H5O_LAYOUT_VERSION_3 : mesg->version);
/* Layout class */
H5_CHECKED_ASSIGN(*p++, uint8_t, mesg->type, int);
ASSIGN_TO_SMALLER_SIZE(*p++, uint8_t, mesg->type, int);
/* Write out layout class specific information */
switch(mesg->type) {