--- deliantra/server/include/devel.h 2009/10/12 14:00:58 1.4 +++ deliantra/server/include/devel.h 2012/10/29 23:55:53 1.9 @@ -1,22 +1,22 @@ /* * 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,2012 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 * Free Software Foundation, either version 3 of the License, or (at your * option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the Affero GNU General Public License * and the GNU General Public License along with this program. If not, see * . - * + * * The authors can be reached via e-mail to */ @@ -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;