summaryrefslogtreecommitdiff
path: root/parser.sig
diff options
context:
space:
mode:
Diffstat (limited to 'parser.sig')
-rw-r--r--parser.sig4
1 files changed, 4 insertions, 0 deletions
diff --git a/parser.sig b/parser.sig
index 2dea29f..17dbeaa 100644
--- a/parser.sig
+++ b/parser.sig
@@ -161,7 +161,11 @@ signature PARSER = sig
val getLayoutSize: int -> word
+ val extz: word -> word -> word
+ val exts: word -> word -> word
+
val getT: exprAug -> ctype
+ val funcParts: ctype -> ctype * ctype list
val getFieldInfo: ctype -> nid -> (word * ctype) option