From 7ea325733688c78da09d5e0e276803a9f6b3e63d Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Sat, 15 Sep 2007 16:57:05 +0200 Subject: Make the libffi support code from PyObjC compilable stand-alone. darcs-hash:f691f757ec2c57915f7b653118183759d8ac590a --- Objective-C/libobjcl.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Objective-C/libobjcl.h') diff --git a/Objective-C/libobjcl.h b/Objective-C/libobjcl.h index b2c012b..5e1af6d 100644 --- a/Objective-C/libobjcl.h +++ b/Objective-C/libobjcl.h @@ -8,6 +8,9 @@ #endif +extern NSException *objcl_oom_exception; + + typedef struct objcl_object { char* type; -- cgit v1.2.3