Skip to content

Commit e316444

Browse files
authored
Add Ocsigen_getcommandline mli's to produce compatible cmi's (#152)
This fixes compilation with OCaml 4.07 .
1 parent e495777 commit e316444

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
(** Contains the command line that will be parsed by the server
2+
when Ocsigen_commandline is linked *)
3+
val commandline : string array
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
(** Contains the command line that will be parsed by the server
2+
when Ocsigen_commandline is linked *)
3+
val commandline : string array

0 commit comments

Comments
 (0)