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
3aeab8c3
Commit
3aeab8c3
authored
Sep 24, 2019
by
POTTIER Francois
Browse files
In [menhir --help], indicate that [--stdlib] is deprecated.
parent
d324b9ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/settings.ml
View file @
3aeab8c3
...
...
@@ -342,7 +342,7 @@ let options = Arg.align [
" Print grammar with unit actions & tokens"
;
"--only-tokens"
,
Arg
.
Unit
tokentypeonly
,
" Generate token type definition only, no code"
;
"--raw-depend"
,
Arg
.
Unit
enable_raw_depend
,
" Invoke ocamldep and echo its raw output"
;
"--stdlib"
,
Arg
.
String
ignore
,
"<directory>
Specify where the standard library lies (ignor
ed)"
;
"--stdlib"
,
Arg
.
String
ignore
,
"<directory>
Ignored (deprecat
ed)"
;
"--strict"
,
Arg
.
Set
strict
,
" Warnings about the grammar are errors"
;
"--suggest-comp-flags"
,
Arg
.
Unit
(
fun
()
->
suggestion
:=
SuggestCompFlags
)
,
" Suggest compilation flags for ocaml{c,opt}"
;
...
...
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