diff options
Diffstat (limited to 'src/m_fixed.h')
-rw-r--r-- | src/m_fixed.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/m_fixed.h b/src/m_fixed.h index c09aa1b0..e85a120d 100644 --- a/src/m_fixed.h +++ b/src/m_fixed.h @@ -1,7 +1,7 @@ // Emacs style mode select -*- C++ -*- //----------------------------------------------------------------------------- // -// $Id: m_fixed.h 8 2005-07-23 16:44:57Z fraggle $ +// $Id: m_fixed.h 18 2005-07-23 18:56:07Z fraggle $ // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 2005 Simon Howard @@ -31,9 +31,6 @@ #define __M_FIXED__ -#ifdef __GNUG__ -#pragma interface -#endif // @@ -54,6 +51,9 @@ fixed_t FixedDiv2 (fixed_t a, fixed_t b); //----------------------------------------------------------------------------- // // $Log$ +// Revision 1.3 2005/07/23 18:56:07 fraggle +// Remove unneccessary pragmas +// // Revision 1.2 2005/07/23 16:44:55 fraggle // Update copyright to GNU GPL // |