From bf01b5e19c7180a1ed30d32a86b295dcc4dfb4cf Mon Sep 17 00:00:00 2001 From: Xavier Leroy Date: Sun, 30 Jul 1995 14:28:30 +0000 Subject: Nettoyage #ifdef ANSI. git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@179 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02 --- otherlibs/unix/unix.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'otherlibs/unix/unix.h') diff --git a/otherlibs/unix/unix.h b/otherlibs/unix/unix.h index e63b04a7f..1c419fca8 100644 --- a/otherlibs/unix/unix.h +++ b/otherlibs/unix/unix.h @@ -1,14 +1,14 @@ #define Nothing ((value) 0) #ifndef NULL -#ifdef ANSI +#ifdef __STDC__ #define NULL ((void *) 0) #else #define NULL ((char *) 0) #endif #endif -#ifdef ANSI +#ifdef __STDC__ extern void unix_error(int errcode, char * cmdname, value arg); extern void uerror(char * cmdname, value arg); #else -- cgit v1.2.3-70-g09d2