From 4a2bee5cd8d66dba228fbf942e7394bc40d0f81f Mon Sep 17 00:00:00 2001 From: Mohamad Chaarawi Date: Sun, 7 Jun 2015 18:03:42 -0500 Subject: [svn-r27158] missed rename if UNUSED to H5_ATTR_UNUSED in trace script. --- bin/trace | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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+//; -- cgit v0.12