diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2002-05-28 18:02:38 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2002-05-28 18:02:38 (GMT) |
commit | 893cf5899c2b724aa438b66a275967b1f5ad0342 (patch) | |
tree | 5f221d969954fc26404dd9d7875a833452b002d0 /bin/trace | |
parent | 5daeaa62da7283fe5a8cd7bc3fa8bdbbb954edfb (diff) | |
download | hdf5-893cf5899c2b724aa438b66a275967b1f5ad0342.zip hdf5-893cf5899c2b724aa438b66a275967b1f5ad0342.tar.gz hdf5-893cf5899c2b724aa438b66a275967b1f5ad0342.tar.bz2 |
[svn-r5466] Purpose:
Code cleanup.
Description:
Updated perl scripts to be aware of new "FUNC_ENTER_NOINIT" macro.
Platforms tested:
IRIX64 6.5 (modi4)
Diffstat (limited to 'bin/trace')
-rwxr-xr-x | bin/trace | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -215,7 +215,7 @@ sub rewrite_func ($$$$$) { } } elsif ($body =~ s/((\n[ \t]*)H5TRACE\d+\s*\(.*?\);)\n/"$2$trace"/es) { # Replaced an H5TRACE macro - } elsif ($body=~s/((\n[ \t]*)FUNC_ENTER\s*\(.*?\);)\n/"$1$2$trace"/es) { + } elsif ($body=~s/((\n[ \t]*)FUNC_ENTER(_NOINIT)*\s*\(.*?\);)\n/"$1$2$trace"/es) { # Added an H5TRACE macro after a FUNC_ENTER macro. } else { errmesg $file, $name, "unable to insert tracing information"; |