ecere; compiler/libec: (#234, #361) Fixed isblank issue with GCC 3.4.5
authorJerome St-Louis <jerome@ecere.com>
Fri, 11 Jul 2014 08:24:45 +0000 (04:24 -0400)
committerJerome St-Louis <jerome@ecere.com>
Fri, 11 Jul 2014 08:45:52 +0000 (04:45 -0400)
commit2ae1b6c71825a012982d29c1a762e495c01e347a
treef56884f7e01540c3a135726dba184e8bcdc7a1de
parentb761e398c6c0684d930cb5120e816386f042b46b
ecere; compiler/libec: (#234, #361) Fixed isblank issue with GCC 3.4.5
- Added isblank and also isxdigit to registered C functions
- Also moved other ctype definitions at their proper place
- Removed obsolete notes regarding #361
compiler/bootstrap/ecere/bootstrap/BTNode.c
compiler/bootstrap/ecere/bootstrap/instance.c
ecere/src/com/BTNode.ec
ecere/src/com/instance.c
ecere/src/com/instance.ec
extras/types/DynamicString.ec
ide/src/debugger/Debugger.ec