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

Comparing deliantra/dclient/include/compiler.h (file contents):
Revision 1.2 by sf-pippijn, Mon Oct 18 14:11:42 2010 UTC vs.
Revision 1.3 by sf-pippijn, Mon Oct 18 15:34:21 2010 UTC

1#include "autoconf.h"
2
1#define GCC_VERSION(major,minor) (__GNUC__ > (major) || (__GNUC__ == (major) && __GNUC_MINOR__ >= (minor))) 3#define GCC_VERSION(major,minor) (__GNUC__ > (major) || (__GNUC__ == (major) && __GNUC_MINOR__ >= (minor)))
2 4
3#include "adt/foreach.h" 5#include "adt/foreach.h"
4#include "adt/nullptr.h" 6#include "adt/nullptr.h"
5#include "adt/logs.h" 7#include "adt/logs.h"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines