--- deliantra/server/include/util.h 2007/03/01 12:28:16 1.39 +++ deliantra/server/include/util.h 2007/04/16 15:41:27 1.40 @@ -20,7 +20,7 @@ #include // use a gcc extension for auto declarations until ISO C++ sanctifies them -#define AUTODECL(var,expr) typeof(expr) var = (expr) +#define auto(var,expr) typeof(expr) var = (expr) // very ugly macro that basicaly declares and initialises a variable // that is in scope for the next statement only