aboutsummaryrefslogtreecommitdiff
path: root/src/comp/util/common.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/comp/util/common.rs')
-rw-r--r--src/comp/util/common.rs15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/comp/util/common.rs b/src/comp/util/common.rs
new file mode 100644
index 00000000..b36f244d
--- /dev/null
+++ b/src/comp/util/common.rs
@@ -0,0 +1,15 @@
+
+type ty_mach = tag( ty_i8(), ty_i16(), ty_i32(), ty_i64(),
+ ty_u8(), ty_u16(), ty_u32(), ty_u64(),
+ ty_f32(), ty_f16() );
+
+//
+// Local Variables:
+// mode: rust
+// 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:
+//