diff options
author | pinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-08-13 22:23:58 +0000 |
---|---|---|
committer | pinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-08-13 22:23:58 +0000 |
commit | 35072fc18bb2c5b7aeaad7688a79ea36e814efb6 (patch) | |
tree | 6c7cd07c644a9bd9f7ec3a585f20d6678febe490 /libobjc/objc/encoding.h | |
parent | 9abf00f8ebd5a49fb6b615c96a179a9ad773c074 (diff) | |
download | gcc-35072fc18bb2c5b7aeaad7688a79ea36e814efb6.tar.gz |
2004-08-13 Andrew Pinski <pinskia@physics.uc.edu>
* objc/Object.h: Move includes out of extern "C" blocks.
* objc/encoding.h: Likewise.
* objc/hash.h: Likewise.
* objc/objc-api.h: Likewise.
* objc/runtime.h: Likewise.
* objc/sarray.h: Likewise.
* objc/typedstream.h: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@85968 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libobjc/objc/encoding.h')
-rw-r--r-- | libobjc/objc/encoding.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libobjc/objc/encoding.h b/libobjc/objc/encoding.h index 42ebc1a2d31..57cf390fe4b 100644 --- a/libobjc/objc/encoding.h +++ b/libobjc/objc/encoding.h @@ -30,13 +30,12 @@ Boston, MA 02111-1307, USA. */ #define __encoding_INCLUDE_GNU #include <objc/objc-api.h> +#include <ctype.h> #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ -#include <ctype.h> - #define _C_CONST 'r' #define _C_IN 'n' #define _C_INOUT 'N' |