From 2773f5d7afc381205b5e0fcb8b20700007472516 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Thu, 13 Dec 2012 20:58:55 +0100 Subject: COMMON: Forbid symbols for the rest of is* from ctype.h. I also moved the isprint case to the correct position. This adds a FIXME to our lua code from sword25, which uses iscntrl directly. --- engines/sword25/util/lua/llex.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/sword25/util') diff --git a/engines/sword25/util/lua/llex.cpp b/engines/sword25/util/lua/llex.cpp index f8433d3afa..423f0285ca 100644 --- a/engines/sword25/util/lua/llex.cpp +++ b/engines/sword25/util/lua/llex.cpp @@ -4,6 +4,8 @@ ** See Copyright Notice in lua.h */ +// FIXME: Do not directly use iscntrl from ctype.h. +#define FORBIDDEN_SYMBOL_EXCEPTION_iscntrl #include "common/util.h" -- cgit v1.2.3