This is an automated email from the git hooks/post-receive script. jmtd pushed a commit to annotated tag chocolate-doom-0.1.4 in repository chocolate-doom.
commit 4bb9c5df4d530c6e96cc2a07006cbdb24bb8a00e Author: Simon Howard <[email protected]> Date: Mon Jan 23 21:56:19 2006 +0000 Include the config header so that endianness is dealt with correctly Subversion-branch: /branches/CHOCOLATE_DOOM_0_1/chocolate-doom Subversion-revision: 341 --- src/m_swap.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/m_swap.h b/src/m_swap.h index 9774e72..3cde9f2 100644 --- a/src/m_swap.h +++ b/src/m_swap.h @@ -1,7 +1,7 @@ // Emacs style mode select -*- C++ -*- //----------------------------------------------------------------------------- // -// $Id: m_swap.h 255 2006-01-05 02:48:03Z fraggle $ +// $Id: m_swap.h 341 2006-01-23 21:56:19Z fraggle $ // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 2005 Simon Howard @@ -31,7 +31,7 @@ #define __M_SWAP__ - +#include "config.h" // Endianess handling. // WAD files are stored little endian. @@ -52,6 +52,9 @@ long SwapLONG(long); //----------------------------------------------------------------------------- // // $Log$ +// Revision 1.5.2.1 2006/01/23 21:56:19 fraggle +// Include the config header so that endianness is dealt with correctly +// // Revision 1.5 2006/01/05 02:48:03 fraggle // Fixes for big endian machines (thanks locust) // -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/chocolate-doom.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

