summaryrefslogtreecommitdiff
path: root/src/p_saveg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/p_saveg.h')
-rw-r--r--src/p_saveg.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/p_saveg.h b/src/p_saveg.h
index 6235bc8e..d3f53303 100644
--- a/src/p_saveg.h
+++ b/src/p_saveg.h
@@ -1,7 +1,7 @@
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
-// $Id: p_saveg.h 8 2005-07-23 16:44:57Z fraggle $
+// $Id: p_saveg.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 __P_SAVEG__
-#ifdef __GNUG__
-#pragma interface
-#endif
// Persistent storage/archiving.
@@ -54,6 +51,9 @@ extern byte* save_p;
//-----------------------------------------------------------------------------
//
// $Log$
+// Revision 1.3 2005/07/23 18:56:07 fraggle
+// Remove unneccessary pragmas
+//
// Revision 1.2 2005/07/23 16:44:56 fraggle
// Update copyright to GNU GPL
//