diff options
author | Damien Doligez <damien.doligez-inria.fr> | 2008-12-03 18:09:09 +0000 |
---|---|---|
committer | Damien Doligez <damien.doligez-inria.fr> | 2008-12-03 18:09:09 +0000 |
commit | 1f95b175707ec490f8bf08c6c28f2dee203818cb (patch) | |
tree | f004cd5ba13d81b1182b65def6f3e20c6bda3798 /byterun/unix.c | |
parent | c52e649d83e34967da0fd2a70faf5c91070c8a91 (diff) |
merge changes from 3.10.2merged to 3.11.0
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@9153 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'byterun/unix.c')
-rw-r--r-- | byterun/unix.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/byterun/unix.c b/byterun/unix.c index 6143a565c..89e0706e2 100644 --- a/byterun/unix.c +++ b/byterun/unix.c @@ -91,7 +91,7 @@ char * caml_search_in_path(struct ext_table * path, char * name) strcpy(fullname, name); return fullname; } - + #ifdef __CYGWIN32__ /* Cygwin needs special treatment because of the implicit ".exe" at the @@ -135,7 +135,7 @@ static char * cygwin_search_exe_in_path(struct ext_table * path, char * name) strcpy(fullname, name); return fullname; } - + #endif char * caml_search_exe_in_path(char * name) |