diff options
author | Dan Wells <dwells@cs.uiuc.edu> | 1999-03-09 21:20:23 (GMT) |
---|---|---|
committer | Dan Wells <dwells@cs.uiuc.edu> | 1999-03-09 21:20:23 (GMT) |
commit | a0a9b1bd179a180011a2d8700c1f116ac569f316 (patch) | |
tree | ec91fb9bae640a6afdb34ae63d7a721fdbd260ff /src/H5private.h | |
parent | 112f7b4e866be8a0638412f5cee639536f4d8429 (diff) | |
download | hdf5-a0a9b1bd179a180011a2d8700c1f116ac569f316.zip hdf5-a0a9b1bd179a180011a2d8700c1f116ac569f316.tar.gz hdf5-a0a9b1bd179a180011a2d8700c1f116ac569f316.tar.bz2 |
[svn-r1125] The lines
PABLO_SAVE (ID_ ## func_name); \
H5TRACE_DECL;
had to be switched because the asci red machine wouldn't compile the source
when -DHAVE_PABLO was used.
Diffstat (limited to 'src/H5private.h')
-rw-r--r-- | src/H5private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5private.h b/src/H5private.h index 865c85d..10335f5 100644 --- a/src/H5private.h +++ b/src/H5private.h @@ -852,8 +852,8 @@ extern hbool_t H5_libinit_g; /*good thing C's lazy about extern! */ #define FUNC_ENTER_INIT(func_name,interface_init_func,err) { \ CONSTR (FUNC, #func_name); \ - H5TRACE_DECL; \ PABLO_SAVE (ID_ ## func_name); \ + H5TRACE_DECL; \ \ PABLO_TRACE_ON (PABLO_MASK, pablo_func_id); \ \ |