From a0a9b1bd179a180011a2d8700c1f116ac569f316 Mon Sep 17 00:00:00 2001 From: Dan Wells Date: Tue, 9 Mar 1999 16:20:23 -0500 Subject: [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. --- src/H5private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); \ \ -- cgit v0.12