From 5227f1ea176e0a7af4eb7c51ef5d678ee67ad5df Mon Sep 17 00:00:00 2001 From: graydon Date: Wed, 6 Jul 2005 01:32:09 +0000 Subject: 2005-07-05 Graydon Hoare * elaborate.{h,cxx}: Revert previous changes. * tapsets.{h,cxx}: Adapt to verbose as a member of session. * elaborate.cxx (alias_expansion_builder::build): Avoid copying locals between alias definition and use. * testsuite/semok/{twelve,thirteen,fourteen}.stp: New tests. * staptree.cxx (probe_alias::printsig): Print equals sign. --- staptree.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'staptree.cxx') diff --git a/staptree.cxx b/staptree.cxx index 1243df98..e64c3710 100644 --- a/staptree.cxx +++ b/staptree.cxx @@ -435,6 +435,7 @@ void probe_alias::printsig (ostream& o) o << (i>0 ? " = " : ""); alias_names[i]->print (o); } + o << " = "; for (unsigned i=0; i0 ? ", " : ""); -- cgit