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
Why3
why3
Commits
88c01e2c
Commit
88c01e2c
authored
Oct 25, 2010
by
MARCHE Claude
Browse files
reading config
parent
dce31a1b
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/ide/gconfig.ml
View file @
88c01e2c
...
...
@@ -222,7 +222,10 @@ let resize_images size =
image_transf
:=
image
~
size
iconname_transf
;
()
let
()
=
resize_images
20
let
()
=
eprintf
"reading icons...@?"
;
resize_images
20
;
eprintf
" done.@."
...
...
src/ide/gmain.ml
View file @
88c01e2c
...
...
@@ -47,7 +47,11 @@ let set_file f = match !file with
end
;
file
:=
Some
f
let
()
=
Arg
.
parse
spec
set_file
usage_str
let
()
=
eprintf
"Parsing command line...@?"
;
Arg
.
parse
spec
set_file
usage_str
;
eprintf
" done.@."
let
fname
=
match
!
file
with
|
None
->
...
...
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