aboutsummaryrefslogtreecommitdiff
path: root/src/common.mli
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.mli')
-rw-r--r--src/common.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.mli b/src/common.mli
index 250a804..2199254 100644
--- a/src/common.mli
+++ b/src/common.mli
@@ -44,7 +44,7 @@ type urm = {
44type state = { 44type state = {
45 max_reg : int; 45 max_reg : int;
46 label_count : int; 46 label_count : int;
47 label_table : (string, int) Hashtbl.t 47 label_table : (label * int) list
48} 48}
49 49
50exception Syntax_error 50exception Syntax_error