summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-04-02 18:58:40 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-04-02 18:58:40 +0200
commitb5659f3c01e640ee3f6e95db9fe2cd9678b03537 (patch)
tree78f92f5cbd1eedbac24e34ecffbd77c88e8d0e6d
parent2e4e7ef49e14de043940b1fd08810705918eb243 (diff)
Add ODB_COMPILER and ODB_PRAGMA macros
-rw-r--r--libodb/odb/core.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/libodb/odb/core.hxx b/libodb/odb/core.hxx
index 8867ec1..227dea7 100644
--- a/libodb/odb/core.hxx
+++ b/libodb/odb/core.hxx
@@ -7,8 +7,8 @@
#define ODB_CORE_HXX
#ifdef ODB_COMPILER
-# define PRAGMA_ODB_IMPL(x) _Pragma (#x)
-# define PRAGMA_ODB(x) PRAGMA_ODB_IMPL (odb x)
+# define ODB_PRAGMA_IMPL(x) _Pragma (#x)
+# define ODB_PRAGMA(x) ODB_PRAGMA_IMPL (odb x)
#else
# define PRAGMA_ODB(x)
#endif