diff options
author | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 2001-09-13 09:10:35 +0000 |
---|---|---|
committer | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 2001-09-13 09:10:35 +0000 |
commit | cf525c107ef0599a9d0657e501635850b596659b (patch) | |
tree | 82dcb2ef07a3db7133a38706a84067a0e5a0282b /otherlibs/win32unix/unixLabels.ml | |
parent | 63739730dd57ce4f5eeb22e82187cf20af7f7e90 (diff) |
unixLabels is copied
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3761 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/win32unix/unixLabels.ml')
-rw-r--r-- | otherlibs/win32unix/unixLabels.ml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/otherlibs/win32unix/unixLabels.ml b/otherlibs/win32unix/unixLabels.ml deleted file mode 100644 index 1de1a7a8c..000000000 --- a/otherlibs/win32unix/unixLabels.ml +++ /dev/null @@ -1,17 +0,0 @@ -(***********************************************************************) -(* *) -(* Objective Caml *) -(* *) -(* Jacques Garrigue, Kyoto University RIMS *) -(* *) -(* Copyright 2001 Institut National de Recherche en Informatique et *) -(* en Automatique. All rights reserved. This file is distributed *) -(* under the terms of the GNU Library General Public License. *) -(* *) -(***********************************************************************) - -(* $Id$ *) - -(* Module [UnixLabels]: labelled Unix module *) - -include Unix |