diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 1996-09-04 14:15:31 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 1996-09-04 14:15:31 +0000 |
commit | ac9f8e8094ea19199a24fd5c67053718198ed172 (patch) | |
tree | bd3d0fe88168c1a970c3b6809f13562ffa7388cd /otherlibs/unix/unix.h | |
parent | 7fb9cd28d0cfbca9c91a96fefe5a730cab3d4804 (diff) |
Renommage unix.h -> unixsupport.h
Petites adaptations pour Win32.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@951 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/unix/unix.h')
-rw-r--r-- | otherlibs/unix/unix.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/otherlibs/unix/unix.h b/otherlibs/unix/unix.h deleted file mode 100644 index 78d333375..000000000 --- a/otherlibs/unix/unix.h +++ /dev/null @@ -1,18 +0,0 @@ -/***********************************************************************/ -/* */ -/* Objective Caml */ -/* */ -/* Xavier Leroy, projet Cristal, INRIA Rocquencourt */ -/* */ -/* Copyright 1996 Institut National de Recherche en Informatique et */ -/* Automatique. Distributed only by permission. */ -/* */ -/***********************************************************************/ - -/* $Id$ */ - -#define Nothing ((value) 0) - -extern void unix_error P((int errcode, char * cmdname, value arg)); -extern void uerror P((char * cmdname, value arg)); -extern value unix_freeze_buffer P((value)); |