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
74e6e8c6
Commit
74e6e8c6
authored
Oct 05, 2007
by
Pietro Abate
Browse files
[r2004-12-30 00:46:55 by afrisch] removed warning no caml interface
Original author: afrisch Date: 2004-12-30 00:46:55+00:00
parent
66861b88
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
74e6e8c6
...
...
@@ -10,6 +10,7 @@ Since 0.2.1
- fixed a little bit support for XML Schema, but still largely broken
- better compilation of sequence capture variables
- punning in record/attribute expressions and values ({ x; y } -> {x=x;y=y})
- removed the warning "no caml interface"
0.2.1
...
...
ocamliface/mlstub.ml
View file @
74e6e8c6
...
...
@@ -523,7 +523,7 @@ let register () =
let
(
prolog
,
values
)
=
try
Mltypes
.
read_cmi
name
with
Not_found
->
Printf
.
eprintf
"Warning: no caml interface
\n
"
;
(*
Printf.eprintf "Warning: no caml interface\n";
*)
(
""
,
[]
)
in
let
code
=
stub
cu
ty_env
c_env
values
in
Some
(
Obj
.
magic
(
prolog
,
code
))
,
...
...
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