From 14737bd64c6b7f0a02c4f26055d5f9a93c6cac53 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sat, 23 Jul 2005 19:17:11 +0000 Subject: Use ANSI-standard limit constants. Remove LINUX define. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 19 --- src/i_sound.c | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'src/i_sound.c') diff --git a/src/i_sound.c b/src/i_sound.c index b0feb982..5812941d 100644 --- a/src/i_sound.c +++ b/src/i_sound.c @@ -1,7 +1,7 @@ // Emacs style mode select -*- C++ -*- //----------------------------------------------------------------------------- // -// $Id: i_sound.c 12 2005-07-23 17:21:35Z fraggle $ +// $Id: i_sound.c 19 2005-07-23 19:17:11Z fraggle $ // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 2005 Simon Howard @@ -22,6 +22,9 @@ // 02111-1307, USA. // // $Log$ +// Revision 1.4 2005/07/23 19:17:11 fraggle +// Use ANSI-standard limit constants. Remove LINUX define. +// // Revision 1.3 2005/07/23 17:21:35 fraggle // Remove step table (unused, adds dependency on pow function) // @@ -38,7 +41,7 @@ //----------------------------------------------------------------------------- static const char -rcsid[] = "$Id: i_sound.c 12 2005-07-23 17:21:35Z fraggle $"; +rcsid[] = "$Id: i_sound.c 19 2005-07-23 19:17:11Z fraggle $"; #include #include @@ -49,10 +52,6 @@ rcsid[] = "$Id: i_sound.c 12 2005-07-23 17:21:35Z fraggle $"; #include #include -#ifndef LINUX -#include -#endif - #include #include #include -- cgit v1.2.3