diff options
author | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2015-06-07 23:03:42 (GMT) |
---|---|---|
committer | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2015-06-07 23:03:42 (GMT) |
commit | 4a2bee5cd8d66dba228fbf942e7394bc40d0f81f (patch) | |
tree | 33baacd4611da43f11fe244d9d2089d600f1c3ac /bin/trace | |
parent | 235b3b86c1eabefcf6c4de9594a5609b6f03060b (diff) | |
download | hdf5-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-x | bin/trace | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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+//; |