[PyObjC-svn] r2148 - trunk/pyobjc/pyobjc-core/Modules/objc

[email protected]
Newsgroups gmane.comp.python.pyobjc.cvs
Message-ID <[email protected]>
Author: ronaldoussoren
Date: Sun Apr 12 07:05:51 2009
New Revision: 2148

Log:
So much for last minute patches, fix previous checkin

Modified:
   trunk/pyobjc/pyobjc-core/Modules/objc/libffi_support.m

Modified: trunk/pyobjc/pyobjc-core/Modules/objc/libffi_support.m
==============================================================================
--- trunk/pyobjc/pyobjc-core/Modules/objc/libffi_support.m	(original)
+++ trunk/pyobjc/pyobjc-core/Modules/objc/libffi_support.m	Sun Apr 12 07:05:51 2009
@@ -384,8 +384,8 @@
 	case _C_IN: case _C_OUT: case _C_INOUT: case _C_CONST: 
 #if 0	/* 'O' is used by remote objects ??? */
 	  case 'O':
-		return signature_to_ffi_type(argtype+1);
 #endif
+		return signature_to_ffi_type(argtype+1);
 	case _C_STRUCT_B: 
 		return struct_to_ffi_type(argtype);
 	case _C_UNDEF:

------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.