From 814ff8feec428794976ea223c6cd385f8fe07c3d Mon Sep 17 00:00:00 2001 From: Shmuel Zeigerman Date: Sun, 21 Jun 2015 15:56:36 +0300 Subject: [PATCH] Insert a space to allow C++ compilation --- src/algo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/algo.h b/src/algo.h index ff1d521..5a5dfc2 100644 --- a/src/algo.h +++ b/src/algo.h @@ -131,7 +131,7 @@ static void check_pattern (lua_State *L, int pos, TArgComp *argC) argC->ud = NULL; } else if ((argC->ud = test_ud (L, pos)) == NULL) - luaL_typerror(L, pos, "string or "REX_TYPENAME); + luaL_typerror(L, pos, "string or " REX_TYPENAME); } static void checkarg_new (lua_State *L, TArgComp *argC) {