X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2Fcommon%2Flib.rs;h=f2feb1432a479cc687229bcae95124e036d4a9e0;hb=d89a89f1bd29537732c7a718ce5d8760b60a8238;hp=3ed90e8b70cd52bb48da04e3909c6ba636423a77;hpb=2ba47a16e6f1c3f6870e7de21cd9ea09c9623d7a;p=gps-watch.git diff --git a/src/common/lib.rs b/src/common/lib.rs index 3ed90e8..f2feb14 100644 --- a/src/common/lib.rs +++ b/src/common/lib.rs @@ -26,6 +26,8 @@ #![crate_type="rlib"] #![feature(lang_items)] +pub mod register; + #[lang="eh_personality"] extern fn eh_personality() { }