diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2011-08-25 21:11:08 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2011-08-25 21:11:08 (GMT) |
commit | a9039e329f1264298e4505f687c4fb98c7016072 (patch) | |
tree | 9abba53234fc6a8c4d980b29f0bd6d8649602bc3 /bin | |
parent | a4c02d63503ab4c416ce1995590ca68f60abe8cf (diff) | |
download | hdf5-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-x | bin/trace | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) { |