Skip to content

Commit 23fcc4a

Browse files
committed
---
yaml --- r: 3404 b: refs/heads/master c: 894e222 h: refs/heads/master v: v3
1 parent 10c9d9a commit 23fcc4a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: d328c7e03e6daf9d6bb60f2a7c62176e7a772cde
2+
refs/heads/master: 894e2229ac68e01418c4988a727341d10c3af3b4

trunk/src/comp/metadata/encoder.rs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,3 +478,13 @@ fn encode_metadata(&@crate_ctxt cx, &@crate crate) -> str {
478478
buf_w.write([0u8, 0u8, 0u8, 0u8]);
479479
ret string_w.get_str();
480480
}
481+
482+
483+
// Local Variables:
484+
// mode: rust
485+
// fill-column: 78;
486+
// indent-tabs-mode: nil
487+
// c-basic-offset: 4
488+
// buffer-file-coding-system: utf-8-unix
489+
// compile-command: "make -k -C $RBUILD 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
490+
// End:

0 commit comments

Comments
 (0)