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
23d84cd7
Commit
23d84cd7
authored
Jul 10, 2007
by
Pietro Abate
Browse files
[r2003-10-10 09:37:19 by cvscast] Empty log message
Original author: cvscast Date: 2003-10-10 09:37:19+00:00
parent
03bb9810
Changes
1
Hide whitespace changes
Inline
Side-by-side
driver/librarian.ml
View file @
23d84cd7
...
...
@@ -52,7 +52,9 @@ let deserialize_dep =
(
Serialize
.
Get
.
pair
Encodings
.
Utf8
.
deserialize
Serialize
.
Get
.
string
)
let
source_filename
id
=
Encodings
.
Utf8
.
to_string
(
C
.
value
id
)
^
".cd"
let
source_filename
id
=
let
filename
=
Encodings
.
Utf8
.
to_string
(
C
.
value
id
)
in
if
(
Filename
.
check_suffix
filename
"cd"
)
then
filename
else
filename
^
".cd"
let
object_filename
id
=
Encodings
.
Utf8
.
to_string
(
C
.
value
id
)
^
".cdo"
...
...
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