aboutsummaryrefslogtreecommitdiffstats
path: root/backend
diff options
context:
space:
mode:
Diffstat (limited to 'backend')
-rw-r--r--backend/CMparser.mly3
1 files changed, 2 insertions, 1 deletions
diff --git a/backend/CMparser.mly b/backend/CMparser.mly
index c83a46e5..84202096 100644
--- a/backend/CMparser.mly
+++ b/backend/CMparser.mly
@@ -324,7 +324,8 @@ global_declarations:
global_declaration:
VAR STRINGLIT LBRACKET INTLIT RBRACKET
- { Coq_pair(Coq_pair($2, [ Init_space (z_of_camlint $4) ]), ()) }
+ { Coq_pair($2, {gvar_info = (); gvar_init = [Init_space(z_of_camlint $4)];
+ gvar_readonly = false; gvar_volatile = false}) }
;
proc_list: