summaryrefslogtreecommitdiff
path: root/src/info.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/info.c')
-rw-r--r--src/info.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/info.c b/src/info.c
index 4cec3891..86e51bed 100644
--- a/src/info.c
+++ b/src/info.c
@@ -1,7 +1,7 @@
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
-// $Id: info.c 8 2005-07-23 16:44:57Z fraggle $
+// $Id: info.c 18 2005-07-23 18:56:07Z fraggle $
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 2005 Simon Howard
@@ -22,6 +22,9 @@
// 02111-1307, USA.
//
// $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
//
@@ -37,15 +40,12 @@
//-----------------------------------------------------------------------------
static const char
-rcsid[] = "$Id: info.c 8 2005-07-23 16:44:57Z fraggle $";
+rcsid[] = "$Id: info.c 18 2005-07-23 18:56:07Z fraggle $";
// Data.
#include "sounds.h"
#include "m_fixed.h"
-#ifdef __GNUG__
-#pragma implementation "info.h"
-#endif
#include "info.h"
#include "p_mobj.h"