summaryrefslogtreecommitdiff
path: root/src/parse_ast.ml
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse_ast.ml')
-rw-r--r--src/parse_ast.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse_ast.ml b/src/parse_ast.ml
index 00da5afb..cbd2a8c5 100644
--- a/src/parse_ast.ml
+++ b/src/parse_ast.ml
@@ -445,7 +445,7 @@ val_spec_aux = (* Value type specification *)
type
dec_spec_aux = (* Register declarations *)
- DEC_reg of atyp * id
+ DEC_reg of atyp * atyp * atyp * id
| DEC_config of id * atyp * exp
| DEC_alias of id * exp
| DEC_typ_alias of atyp * id * exp