Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cduce
cduce
Commits
f09ca35e
Commit
f09ca35e
authored
Jul 10, 2007
by
Pietro Abate
Browse files
[r2004-04-20 22:29:22 by afrisch] cosmetique
Original author: afrisch Date: 2004-04-20 22:29:22+00:00
parent
872a4623
Changes
1
Show whitespace changes
Inline
Side-by-side
configure.ml
View file @
f09ca35e
...
@@ -80,6 +80,7 @@ let parse_arg s =
...
@@ -80,6 +80,7 @@ let parse_arg s =
(
List
.
assoc
n
vars
)
:=
v
(
List
.
assoc
n
vars
)
:=
v
let
()
=
let
()
=
print_endline
"Configuring CDuce for compilation...
\n
"
;
try
for
i
=
1
to
Array
.
length
Sys
.
argv
-
1
do
parse_arg
Sys
.
argv
.
(
i
)
done
try
for
i
=
1
to
Array
.
length
Sys
.
argv
-
1
do
parse_arg
Sys
.
argv
.
(
i
)
done
with
Not_found
->
usage
()
;
fatal
"Incorrect command line"
with
Not_found
->
usage
()
;
fatal
"Incorrect command line"
...
...
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