aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odb/core.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/odb/core.hxx b/odb/core.hxx
index 53aea04..e11d88c 100644
--- a/odb/core.hxx
+++ b/odb/core.hxx
@@ -9,10 +9,10 @@
#include <odb/pre.hxx>
#ifdef ODB_COMPILER
-# define ODB_PRAGMA_IMPL(x) _Pragma (#x)
-# define ODB_PRAGMA(x) ODB_PRAGMA_IMPL (odb x)
+# define PRAGMA_DB_IMPL(x) _Pragma (#x)
+# define PRAGMA_DB(x) PRAGMA_DB_IMPL (db x)
#else
-# define PRAGMA_ODB(x)
+# define PRAGMA_DB(x)
#endif
#include <odb/forward.hxx>