Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
POTTIER Francois
menhir
Commits
01f946b9
Commit
01f946b9
authored
Dec 11, 2014
by
POTTIER Francois
Browse files
Cosmetic change.
parent
ab901cd9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/codeBackend.ml
View file @
01f946b9
...
...
@@ -1043,7 +1043,7 @@ let errorbookkeeping e =
tracecomment
"Initiating error handling"
(
blet
(
[
PUnit
,
ERecordWrite
(
EVar
env
,
ferror
,
EVar
"
true
"
)
]
,
[
PUnit
,
ERecordWrite
(
EVar
env
,
ferror
,
e
true
)
]
,
e
))
...
...
@@ -1600,7 +1600,7 @@ let discarddef = {
[
EApp
(
EVar
print_token
,
[
EVar
token
]);
ERecordAccess
(
ERecordAccess
(
EVar
env
,
fstartp
)
,
"Lexing.pos_cnum"
);
ERecordAccess
(
ERecordAccess
(
EVar
env
,
fendp
)
,
"Lexing.pos_cnum"
)
]
@
[
PUnit
,
ERecordWrite
(
EVar
env
,
ferror
,
EVar
"
false
"
)
PUnit
,
ERecordWrite
(
EVar
env
,
ferror
,
e
false
)
]
,
EVar
token
)
...
...
@@ -1634,7 +1634,7 @@ let initenvdef =
(
ftoken
,
EVar
token
);
(
fstartp
,
EVar
"Lexing.dummy_pos"
);
(
fendp
,
EVar
"Lexing.dummy_pos"
);
(
ferror
,
EVar
"
false
"
)
(
ferror
,
e
false
)
]
)
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment