[project @ 1999-06-03 14:44:23 by simonmar]
When not profiling, parse `_scc_ "string" e' as `(e)', not just `e'. Rationale: scc expressions are defined as extending as far to the right as possible, and if we simply remove the _scc_ part the parse looks awfully strange to the renamer which tends to fall over.
Loading
Please register or sign in to comment