Skip to content

Commit ebda7dc

Browse files
committed
---
yaml --- r: 79367 b: refs/heads/try c: 6912607 h: refs/heads/master i: 79365: 8821d67 79363: 35f962b 79359: 6a02a21 v: v3
1 parent eb28ea4 commit ebda7dc

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: 3e6de6b7da8ee88bf84b0e217900051334be08da
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 60fba4d7d677ec098e6a43014132fe99f7547363
5-
refs/heads/try: becbd60a898b39e19169b7b267846d9e21d5b2c7
5+
refs/heads/try: 69126079595d1e94cb7f0398c1f3f9d28e657466
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/src/libsyntax/ast_util.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -979,6 +979,11 @@ pub fn resolve_internal(id : Ident,
979979
}
980980
981981
/// 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
982987
// it's not clear to me whether it's better to use a [] mutable
983988
// vector or a cons-list for this.
984989
pub fn marksof(ctxt: SyntaxContext, stopname: Name, table: &SCTable) -> ~[Mrk] {

0 commit comments

Comments
 (0)