Skip to content

Commit

Permalink
begin_obj / end_obj
Browse files Browse the repository at this point in the history
  • Loading branch information
seanm committed Jul 21, 2023
1 parent 9aef58c commit 50d626e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/src/h5dump/h5dump_defines.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
else { \
PRINTSTREAM(rawoutstream, "%s %s", (obj), (begin)); \
} \
} while (0);
} while (0)

#define end_obj(obj, end) \
do { \
Expand All @@ -39,7 +39,7 @@
} \
if (HDstrlen(obj)) \
PRINTSTREAM(rawoutstream, "%s", obj); \
} while (0);
} while (0)

/* 3 private values: can't be set, but can be read.
Note: these are defined in H5Zprivate, they are
Expand Down

0 comments on commit 50d626e

Please sign in to comment.