changes intended to allow use of _Bool throughout

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@39010 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2015-09-22 09:46:10 +00:00
parent 1d6a599be7
commit 0c5d96eebd
17 changed files with 291 additions and 40 deletions

View file

@ -257,6 +257,7 @@ enum {
#define _GSC_ULNG_LNG 0x0a
#define _GSC_FLT 0x0b
#define _GSC_DBL 0x0c
#define _GSC_BOOL 0x0d
#define _GSC_ID 0x10
#define _GSC_CLASS 0x11