aboutsummaryrefslogtreecommitdiff
path: root/libobjc/objc/encoding.h
diff options
context:
space:
mode:
authorAndrew Pinski <pinskia@physics.uc.edu>2004-08-13 22:23:58 +0000
committerAndrew Pinski <pinskia@gcc.gnu.org>2004-08-13 15:23:58 -0700
commit9567d4155997ebed75a9a2f4a24a6655d9f0ecb4 (patch)
tree6c7cd07c644a9bd9f7ec3a585f20d6678febe490 /libobjc/objc/encoding.h
parentd7945fafe30409970df153ece1ad881776a49747 (diff)
downloadgcc-9567d4155997ebed75a9a2f4a24a6655d9f0ecb4.zip
gcc-9567d4155997ebed75a9a2f4a24a6655d9f0ecb4.tar.gz
gcc-9567d4155997ebed75a9a2f4a24a6655d9f0ecb4.tar.bz2
Object.h: Move includes out of extern "C" blocks.
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. From-SVN: r85968
Diffstat (limited to 'libobjc/objc/encoding.h')
-rw-r--r--libobjc/objc/encoding.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libobjc/objc/encoding.h b/libobjc/objc/encoding.h
index 42ebc1a..57cf390 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'