Skip to content

Commit 5ad3ce9

Browse files
committed
---
yaml --- r: 64291 b: refs/heads/snap-stage3 c: 9735f33 h: refs/heads/master i: 64289: e602007 64287: 7c9dcb5 v: v3
1 parent 0e61cb0 commit 5ad3ce9

File tree

3 files changed

+3
-13
lines changed

3 files changed

+3
-13
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 2d28d645422c1617be58c8ca7ad9a457264ca850
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 948334f33398f0ba073107585b8dfaa0dc9feaa9
4+
refs/heads/snap-stage3: 9735f339fe8397bdc55495ef5875982779461cd2
55
refs/heads/try: 7b78b52e602bb3ea8174f9b2006bff3315f03ef9
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/mk/dist.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ PKG_FILES := \
1919
$(S)LICENSE-APACHE \
2020
$(S)LICENSE-MIT \
2121
$(S)AUTHORS.txt \
22+
$(S)CONTRIBUTING.md \
2223
$(S)README.md \
24+
$(S)RELEASES.txt \
2325
$(S)configure $(S)Makefile.in \
2426
$(S)man \
2527
$(S)doc \

branches/snap-stage3/src/libsyntax/ext/expand.rs

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -643,18 +643,6 @@ pub fn core_macros() -> @str {
643643
$(if $pred $body)else+
644644
);
645645
)
646-
647-
macro_rules! print(
648-
($( $arg:expr),+) => ( {
649-
print(fmt!($($arg),+));
650-
} )
651-
)
652-
653-
macro_rules! println(
654-
($( $arg:expr),+) => ( {
655-
println(fmt!($($arg),+));
656-
} )
657-
)
658646
}";
659647
}
660648

0 commit comments

Comments
 (0)