diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 1998-11-05 12:53:32 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 1998-11-05 12:53:32 +0000 |
commit | 449f929debc9350fe484d4115a0dda6efe752ec1 (patch) | |
tree | 777e1967591d68d58b4d402d3b84cc9b1eb993fe /otherlibs/unix | |
parent | f34112893059287080dcc06e5d4e0dd2b7dc50ef (diff) |
Declaration de string_length dans <mlvalues.h>. Suppression de <str.h> ainsi rendu inutile.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2152 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/unix')
-rw-r--r-- | otherlibs/unix/putenv.c | 1 | ||||
-rw-r--r-- | otherlibs/unix/socketaddr.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/otherlibs/unix/putenv.c b/otherlibs/unix/putenv.c index 3bd7b4519..5b2bcd2a7 100644 --- a/otherlibs/unix/putenv.c +++ b/otherlibs/unix/putenv.c @@ -16,7 +16,6 @@ #include <memory.h> #include <mlvalues.h> -#include <str.h> #include "unixsupport.h" diff --git a/otherlibs/unix/socketaddr.c b/otherlibs/unix/socketaddr.c index ebadf6340..8c53ca0ca 100644 --- a/otherlibs/unix/socketaddr.c +++ b/otherlibs/unix/socketaddr.c @@ -15,7 +15,6 @@ #include <mlvalues.h> #include <alloc.h> #include <memory.h> -#include <str.h> #include <errno.h> #include "unixsupport.h" |