From a0c8d7373311facda78d250751203371cc0487b2 Mon Sep 17 00:00:00 2001 From: Xavier Leroy Date: Wed, 4 Sep 1996 14:17:43 +0000 Subject: Merge du stage de Pascal Cuoq git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@952 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02 --- otherlibs/win32unix/unixsupport.h | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 otherlibs/win32unix/unixsupport.h (limited to 'otherlibs/win32unix/unixsupport.h') diff --git a/otherlibs/win32unix/unixsupport.h b/otherlibs/win32unix/unixsupport.h new file mode 100644 index 000000000..0fae79713 --- /dev/null +++ b/otherlibs/win32unix/unixsupport.h @@ -0,0 +1,23 @@ +/***********************************************************************/ +/* */ +/* Objective Caml */ +/* */ +/* Xavier Leroy and Pascal Cuoq, projet Cristal, INRIA Rocquencourt */ +/* */ +/* Copyright 1996 Institut National de Recherche en Informatique et */ +/* Automatique. Distributed only by permission. */ +/* */ +/***********************************************************************/ + +/* $Id$ */ + +#include +#include +#include +#include + +#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)); -- cgit v1.2.3-70-g09d2