summaryrefslogtreecommitdiff
path: root/src/script/squirrel_std.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/squirrel_std.cpp')
-rw-r--r--src/script/squirrel_std.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/script/squirrel_std.cpp b/src/script/squirrel_std.cpp
index a6f19a5dd..f09471554 100644
--- a/src/script/squirrel_std.cpp
+++ b/src/script/squirrel_std.cpp
@@ -17,7 +17,10 @@
#include "../core/alloc_func.hpp"
#include "../core/math_func.hpp"
+/* Due to the different characters for Squirrel, the scstrcat might be a simple
+ * strcat which triggers the safeguard. But it isn't always a simple strcat. */
#include "../safeguards.h"
+#undef strcat
SQInteger SquirrelStd::min(HSQUIRRELVM vm)