From 2186d5f3f95cd74a070a490d899291648d58667a Mon Sep 17 00:00:00 2001 From: Steven Fuller Date: Sun, 1 Jul 2001 00:55:22 +0000 Subject: Initial revision --- 3dc/win95/fail.h | 44 -------------------------------------------- 1 file changed, 44 deletions(-) delete mode 100644 3dc/win95/fail.h (limited to '3dc/win95/fail.h') diff --git a/3dc/win95/fail.h b/3dc/win95/fail.h deleted file mode 100644 index 8838103..0000000 --- a/3dc/win95/fail.h +++ /dev/null @@ -1,44 +0,0 @@ -/* LotU: Error handling functions. - - Copyright (C) 1995, Jamie Lokier. - Written for Rebellion Developments, Ltd. - - Permission to use, copy, modify and distribute this file for any - purpose by Rebellion Developments, Ltd. is hereby granted. If you - want to use this file outside the company, please let me know. -*/ - -#ifndef __fail_h -#define __fail_h 1 - -#ifdef __cplusplus -extern "C" { -#endif - -#ifdef _MSC_VER -#define VARARG_DECL __cdecl -#else -#define VARARG_DECL -#endif - -#ifdef __GNUC__ - -#if __GNUC__ >= 2 && __GNUC_MINOR__ >= 5 -extern void -VARARG_DECL fail (const char * __format, ...) - __attribute__ ((noreturn, format (printf, 1, 2))); -#else -extern __volatile__ void VARARG_DECL fail (const char * __format, ...); -#endif - -#else - -extern void VARARG_DECL fail (const char * __format, ...); - -#endif - -#ifdef __cplusplus -} -#endif - -#endif /* __fail_h */ -- cgit v1.3