summaryrefslogtreecommitdiffstats
path: root/otherlibs/win32unix/unixsupport.h
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>1997-09-02 16:01:39 +0000
committerXavier Leroy <xavier.leroy@inria.fr>1997-09-02 16:01:39 +0000
commit88054d9a9863b6f41b2c42583145e6689752e5f9 (patch)
tree3a05c37b4a16307caa922e731b74a71816d58b90 /otherlibs/win32unix/unixsupport.h
parent4c8f23357d3d77ae7683a9ccb7a60ca22e231bf7 (diff)
MAJ portage Win32
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1698 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/win32unix/unixsupport.h')
-rw-r--r--otherlibs/win32unix/unixsupport.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/otherlibs/win32unix/unixsupport.h b/otherlibs/win32unix/unixsupport.h
index 49a72ae51..e8faca3f6 100644
--- a/otherlibs/win32unix/unixsupport.h
+++ b/otherlibs/win32unix/unixsupport.h
@@ -20,6 +20,8 @@
#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));
+extern void unix_error (int errcode, char * cmdname, value arg);
+extern void uerror (char * cmdname, value arg);
+extern value unix_freeze_buffer (value);
+
+#define UNIX_BUFFER_SIZE 16384