ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/global.h
(Generate patch)

Comparing deliantra/server/include/global.h (file contents):
Revision 1.57 by root, Sat Apr 28 05:55:55 2007 UTC vs.
Revision 1.58 by root, Mon May 7 04:21:11 2007 UTC

48// used only for tagging structure members so scripting languages 48// used only for tagging structure members so scripting languages
49// can easily parse the include files. 49// can easily parse the include files.
50#define INTERFACE_CLASS(name) 50#define INTERFACE_CLASS(name)
51#define ACC(meta,member) member 51#define ACC(meta,member) member
52#define MTH 52#define MTH
53
54#if __GNUC__ >= 3
55# define attribute(attrlist) __attribute__(attrlist)
56#else
57# define attribute(attrlist)
58#endif
53 59
54#include "keyword.h" 60#include "keyword.h"
55#include "traits.h" 61#include "traits.h"
56#include "dynbuf.h" 62#include "dynbuf.h"
57#include "util.h" 63#include "util.h"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines