[OCaml] Rename ocaml.swg to ocamlrun.swg
Rename ocamldec.swg to ocamlrundec.swg.
This commit is contained in:
parent
5a58f9a87b
commit
b74b2189e6
4 changed files with 5 additions and 5 deletions
|
|
@ -1866,9 +1866,9 @@ public:
|
|||
}
|
||||
|
||||
String *runtimeCode() {
|
||||
String *s = Swig_include_sys("ocaml.swg");
|
||||
String *s = Swig_include_sys("ocamlrun.swg");
|
||||
if (!s) {
|
||||
Printf(stderr, "*** Unable to open 'ocaml.swg'\n");
|
||||
Printf(stderr, "*** Unable to open 'ocamlrun.swg'\n");
|
||||
s = NewString("");
|
||||
}
|
||||
return s;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue