diff options
author | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 2001-09-13 09:08:12 +0000 |
---|---|---|
committer | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 2001-09-13 09:08:12 +0000 |
commit | 63739730dd57ce4f5eeb22e82187cf20af7f7e90 (patch) | |
tree | 5ca1b6c124a27ca1d5e97565bac88c354bd55014 /otherlibs/win32unix/unixLabels.ml | |
parent | 79b3768de746b033c09899b09c8ac02473b13642 (diff) |
Win32: strict labels, and labltk dynload
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3760 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/win32unix/unixLabels.ml')
-rw-r--r-- | otherlibs/win32unix/unixLabels.ml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/otherlibs/win32unix/unixLabels.ml b/otherlibs/win32unix/unixLabels.ml new file mode 100644 index 000000000..1de1a7a8c --- /dev/null +++ b/otherlibs/win32unix/unixLabels.ml @@ -0,0 +1,17 @@ +(***********************************************************************) +(* *) +(* 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 |