summaryrefslogtreecommitdiff
path: root/common/AST.v
diff options
context:
space:
mode:
Diffstat (limited to 'common/AST.v')
-rw-r--r--common/AST.v3
1 files changed, 1 insertions, 2 deletions
diff --git a/common/AST.v b/common/AST.v
index 13e84dd..2d20276 100644
--- a/common/AST.v
+++ b/common/AST.v
@@ -91,8 +91,7 @@ Inductive init_data: Type :=
| Init_float32: float -> init_data
| Init_float64: float -> init_data
| Init_space: Z -> init_data
- | Init_addrof: ident -> int -> init_data (**r address of symbol + offset *)
- | Init_pointer: list init_data -> init_data.
+ | Init_addrof: ident -> int -> init_data. (**r address of symbol + offset *)
(** Whole programs consist of:
- a collection of function definitions (name and description);