File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
branches/try/src/libsyntax Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 2
2
refs/heads/master: 3e6de6b7da8ee88bf84b0e217900051334be08da
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 60fba4d7d677ec098e6a43014132fe99f7547363
5
- refs/heads/try: becbd60a898b39e19169b7b267846d9e21d5b2c7
5
+ refs/heads/try: 69126079595d1e94cb7f0398c1f3f9d28e657466
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8
8
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c
Original file line number Diff line number Diff line change @@ -979,6 +979,11 @@ pub fn resolve_internal(id : Ident,
979
979
}
980
980
981
981
/// Compute the marks associated with a syntax context.
982
+ pub fn mtwt_marksof(ctxt: SyntaxContext, stopname: Name) -> ~[Mrk] {
983
+ marksof(ctxt, stopname, get_sctable())
984
+ }
985
+
986
+ // the internal function for computing marks
982
987
// it's not clear to me whether it's better to use a [] mutable
983
988
// vector or a cons-list for this.
984
989
pub fn marksof(ctxt: SyntaxContext, stopname: Name, table: &SCTable) -> ~[Mrk] {
You can’t perform that action at this time.
0 commit comments