diff options
author | Dan Wells <dwells@cs.uiuc.edu> | 2003-08-13 14:18:13 (GMT) |
---|---|---|
committer | Dan Wells <dwells@cs.uiuc.edu> | 2003-08-13 14:18:13 (GMT) |
commit | 0092d2b6dea9f9c0c966297b39f173d05ba7a580 (patch) | |
tree | 28dd0f5f734fc40f27d89478222365224abb109e /pablo/ProcTrace.h | |
parent | d72cdcad4da57bb02f41afaac47cf08281143f0f (diff) | |
download | hdf5-0092d2b6dea9f9c0c966297b39f173d05ba7a580.zip hdf5-0092d2b6dea9f9c0c966297b39f173d05ba7a580.tar.gz hdf5-0092d2b6dea9f9c0c966297b39f173d05ba7a580.tar.bz2 |
[svn-r7356]
Purpose: Bug fix.
Description: Parallel make fails because Pablo IDs are not assigned.
Solution: Extracted the Pablo IDs into header files and added them to the
pablo subdirectory instead of creating them on the fly.
Platforms tested: h5committested by Albert
Misc. update: Have updated MANIFEXT
Diffstat (limited to 'pablo/ProcTrace.h')
-rw-r--r-- | pablo/ProcTrace.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pablo/ProcTrace.h b/pablo/ProcTrace.h index e9e3d31..3f1ea4e 100644 --- a/pablo/ProcTrace.h +++ b/pablo/ProcTrace.h @@ -84,9 +84,6 @@ /*======================================================================*/ /* Assign HDF identifier routine tags */ /*======================================================================*/ -#ifdef RUNTIME_TRACE -#undef RUNTIME_TRACE -#endif enum HDF_IDS { NO_TRACE = 0, RUNTIME_TRACE = 1, |