Build fix

This commit is contained in:
Shauren
2015-01-17 18:31:09 +01:00
parent 8a30b70a20
commit e07054ff2d

View File

@@ -29,7 +29,7 @@
// Force locale statments to appear exactly in locale declaration order, right after normal data fetch statement
#define PREPARE_LOCALE_STMT(stmtBase, loc, sql, con) \
static_assert(stmtBase + loc == stmtBase##_##loc, "Invalid prepared statement index for " ## STRINGIZE(stmtBase##_##loc)); \
static_assert(stmtBase + loc == stmtBase##_##loc, "Invalid prepared statement index for " STRINGIZE(stmtBase##_##loc)); \
PrepareLocaleStatement(stmtBase##_##loc, loc, sql, con);
#define PREPARE_LOCALE_STMTS(stmtBase, sql, con) \