From addaad51fca8285a9f5e5491e6b108fc69bb73a1 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Thu, 21 Jan 2021 00:28:06 +0700 Subject: [PATCH] Remove SunOS4 removal of __inline__. (#253) --- inc/version.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/inc/version.h b/inc/version.h index aa46a2f..4171ff1 100644 --- a/inc/version.h +++ b/inc/version.h @@ -264,14 +264,6 @@ typedef unsigned short u_short; #define USHORT unsigned short #endif /* DOS */ - /********************************************************/ - /* */ - /********************************************************/ - -#ifdef OS4 -#define __inline__ -#endif - /****************************************************************/ /* End of architecture-specific flag settings */ /* --Start of system-specific flags */