From 1432e3e67446f6171baa813f2e67a9621fcbee7d Mon Sep 17 00:00:00 2001 From: fche Date: Thu, 18 Aug 2005 14:46:54 +0000 Subject: none --- elaborate.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'elaborate.cxx') diff --git a/elaborate.cxx b/elaborate.cxx index de39b496..4b613058 100644 --- a/elaborate.cxx +++ b/elaborate.cxx @@ -373,6 +373,8 @@ symresolution_info::derive_probes (match_node * root, builder->build(session, p, loc, param_map, re_expand, dps); // Recursively expand any further-expanding results + // XXX: ... or the build routine could get a reference to + // this object and let it call derive_probes() internally if (!re_expand.empty()) { for (unsigned j = 0; j < re_expand.size(); ++j) -- cgit