summaryrefslogtreecommitdiff
path: root/rst_parser/rst.h
diff options
context:
space:
mode:
authorChris Dyer <cdyer@cs.cmu.edu>2012-04-02 23:48:19 -0400
committerChris Dyer <cdyer@cs.cmu.edu>2012-04-02 23:48:19 -0400
commit3770446a1c19777cccada525ee371b1dadc8819f (patch)
tree2b54e21324ea77228365bddf0540141638a0c305 /rst_parser/rst.h
parent92a115b036c4fa18af14ec0cf297f1dd8f563331 (diff)
fix bug in lattices with OOVs
Diffstat (limited to 'rst_parser/rst.h')
-rw-r--r--rst_parser/rst.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/rst_parser/rst.h b/rst_parser/rst.h
new file mode 100644
index 00000000..30a1f8a4
--- /dev/null
+++ b/rst_parser/rst.h
@@ -0,0 +1,7 @@
+#ifndef _RST_H_
+#define _RST_H_
+
+struct RandomSpanningTree {
+};
+
+#endif