[svn-r27158] missed rename if UNUSED to H5_ATTR_UNUSED in trace script.

This commit is contained in:
Mohamad Chaarawi 2015-06-07 18:03:42 -05:00
parent 235b3b86c1
commit 4a2bee5cd8

View File

@ -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+//;