--- deliantra/server/include/devel.h 2009/10/12 14:00:58 1.4 +++ deliantra/server/include/devel.h 2011/04/23 04:56:48 1.7 @@ -1,7 +1,7 @@ /* * This file is part of Deliantra, the Roguelike Realtime MMORPG. * - * Copyright (©) 2008,2007 Marc Alexander Lehmann / Robin Redeker / the Deliantra team + * Copyright (©) 2007,2008,2009,2010,2011 Marc Alexander Lehmann / Robin Redeker / the Deliantra team * * Deliantra is free software: you can redistribute it and/or modify it under * the terms of the Affero GNU General Public License as published by the @@ -37,7 +37,7 @@ #if defined(__i386__) || defined(__x86_64__) static inline cstamp -stamp (void) +stamp () { uint32_t l, h; @@ -52,7 +52,7 @@ #elif defined(__powerpc__) static inline cstamp -stamp (void) +stamp () { unsigned uint32_t u, l, tmp;