summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2011-08-25 21:11:08 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2011-08-25 21:11:08 (GMT)
commita9039e329f1264298e4505f687c4fb98c7016072 (patch)
tree9abba53234fc6a8c4d980b29f0bd6d8649602bc3 /bin
parenta4c02d63503ab4c416ce1995590ca68f60abe8cf (diff)
downloadhdf5-a9039e329f1264298e4505f687c4fb98c7016072.zip
hdf5-a9039e329f1264298e4505f687c4fb98c7016072.tar.gz
hdf5-a9039e329f1264298e4505f687c4fb98c7016072.tar.bz2
[svn-r21314] Merge of 21302 (bin/trace bugfix) from trunk. Tested on jam (minor change).
Diffstat (limited to 'bin')
-rwxr-xr-xbin/trace3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/trace b/bin/trace
index 4ccf74c..cac53be 100755
--- a/bin/trace
+++ b/bin/trace
@@ -216,6 +216,9 @@ sub rewrite_func ($$$$$) {
my %names;
for $arg (@args) {
+ if($arg=~/\w*\.{3}\w*/){
+ next;
+ }
unless ($arg=~/^(([a-z_A-Z]\w*\s+)+\**)
([a-z_A-Z]\w*)(\[.*?\])?
(\s*\/\*\s*(in|out|in_out)\s*\*\/)?\s*$/x) {