summaryrefslogtreecommitdiffstats
path: root/bin/trace
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2015-06-07 23:03:42 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2015-06-07 23:03:42 (GMT)
commit4a2bee5cd8d66dba228fbf942e7394bc40d0f81f (patch)
tree33baacd4611da43f11fe244d9d2089d600f1c3ac /bin/trace
parent235b3b86c1eabefcf6c4de9594a5609b6f03060b (diff)
downloadhdf5-4a2bee5cd8d66dba228fbf942e7394bc40d0f81f.zip
hdf5-4a2bee5cd8d66dba228fbf942e7394bc40d0f81f.tar.gz
hdf5-4a2bee5cd8d66dba228fbf942e7394bc40d0f81f.tar.bz2
[svn-r27158] missed rename if UNUSED to H5_ATTR_UNUSED in trace script.
Diffstat (limited to 'bin/trace')
-rwxr-xr-xbin/trace2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/trace b/bin/trace
index 2823982..da6673c 100755
--- a/bin/trace
+++ b/bin/trace
@@ -179,7 +179,7 @@ sub argstring ($$$) {
# Normalize the data type by removing redundant white space,
# certain type qualifiers, and indirection.
$atype =~ s/^\bconst\b//;
- $atype =~ s/\bUNUSED\b//g;
+ $atype =~ s/\bH5_ATTR_UNUSED\b//g;
$atype =~ s/\s+/ /g;
$ptr = length $1 if $atype =~ s/(\*+)//;
$atype =~ s/^\s+//;