diff options
| -rw-r--r-- | src/rt/rust_chan.cpp | 11 | ||||
| -rw-r--r-- | src/rt/rust_chan.h | 11 | ||||
| -rw-r--r-- | src/rt/rust_dom.h | 11 | ||||
| -rw-r--r-- | src/rt/rust_proxy.h | 11 | ||||
| -rw-r--r-- | src/rt/rust_task.h | 10 |
5 files changed, 54 insertions, 0 deletions
diff --git a/src/rt/rust_chan.cpp b/src/rt/rust_chan.cpp index 497968c7..43744a11 100644 --- a/src/rt/rust_chan.cpp +++ b/src/rt/rust_chan.cpp @@ -60,3 +60,14 @@ int rust_chan::transmit() { return 0; } + +// +// Local Variables: +// mode: C++ +// fill-column: 78; +// indent-tabs-mode: nil +// c-basic-offset: 4 +// buffer-file-coding-system: utf-8-unix +// compile-command: "make -k -C .. 2>&1 | sed -e 's/\\/x\\//x:\\//g'"; +// End: +// diff --git a/src/rt/rust_chan.h b/src/rt/rust_chan.h index 3e32d838..1d24ee78 100644 --- a/src/rt/rust_chan.h +++ b/src/rt/rust_chan.h @@ -21,4 +21,15 @@ public: int transmit(); }; +// +// Local Variables: +// mode: C++ +// fill-column: 78; +// indent-tabs-mode: nil +// c-basic-offset: 4 +// buffer-file-coding-system: utf-8-unix +// compile-command: "make -k -C .. 2>&1 | sed -e 's/\\/x\\//x:\\//g'"; +// End: +// + #endif /* RUST_CHAN_H */ diff --git a/src/rt/rust_dom.h b/src/rt/rust_dom.h index 1840f8ea..77faa61d 100644 --- a/src/rt/rust_dom.h +++ b/src/rt/rust_dom.h @@ -90,4 +90,15 @@ struct rust_dom int start_main_loop(); }; +// +// Local Variables: +// mode: C++ +// fill-column: 78; +// indent-tabs-mode: nil +// c-basic-offset: 4 +// buffer-file-coding-system: utf-8-unix +// compile-command: "make -k -C .. 2>&1 | sed -e 's/\\/x\\//x:\\//g'"; +// End: +// + #endif /* RUST_DOM_H */ diff --git a/src/rt/rust_proxy.h b/src/rt/rust_proxy.h index 8059dd89..e2fa5e00 100644 --- a/src/rt/rust_proxy.h +++ b/src/rt/rust_proxy.h @@ -28,4 +28,15 @@ public: } }; +// +// Local Variables: +// mode: C++ +// fill-column: 78; +// indent-tabs-mode: nil +// c-basic-offset: 4 +// buffer-file-coding-system: utf-8-unix +// compile-command: "make -k -C .. 2>&1 | sed -e 's/\\/x\\//x:\\//g'"; +// End: +// + #endif /* RUST_PROXY_H */ diff --git a/src/rt/rust_task.h b/src/rt/rust_task.h index 72b6deea..a5cca2cb 100644 --- a/src/rt/rust_task.h +++ b/src/rt/rust_task.h @@ -103,5 +103,15 @@ rust_task : public rust_proxy_delegate<rust_task>, rust_crate_cache * get_crate_cache(rust_crate const *curr_crate); }; +// +// Local Variables: +// mode: C++ +// fill-column: 78; +// indent-tabs-mode: nil +// c-basic-offset: 4 +// buffer-file-coding-system: utf-8-unix +// compile-command: "make -k -C .. 2>&1 | sed -e 's/\\/x\\//x:\\//g'"; +// End: +// #endif /* RUST_TASK_H */ |