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

[email protected]
Newsgroups gmane.comp.python.pyobjc.cvs
Message-ID <[email protected]>
Author: ronaldoussoren
Date: Sun Mar  8 10:38:33 2009
New Revision: 2072

Log:
Fix some trivial issues and update version number to 2.2b1


Modified:
   trunk/pyobjc/pyobjc-core/Modules/objc/method-signature.h
   trunk/pyobjc/pyobjc-core/Modules/objc/module.m
   trunk/pyobjc/pyobjc-core/Modules/objc/pyobjc.h

Modified: trunk/pyobjc/pyobjc-core/Modules/objc/method-signature.h
==============================================================================
--- trunk/pyobjc/pyobjc-core/Modules/objc/method-signature.h	(original)
+++ trunk/pyobjc/pyobjc-core/Modules/objc/method-signature.h	Sun Mar  8 10:38:33 2009
@@ -36,8 +36,8 @@
 	PyObjCMethodSignature* callable;
 
 	enum _PyObjC_PointerType        ptrType;
-	int8_t          arrayArg;
-	int8_t          arrayArgOut;
+	int16_t         arrayArg;
+	int16_t         arrayArgOut;
 	const char*	sel_type;
 	BOOL            allowNULL:1;
 	BOOL            typeOverride:1;

Modified: trunk/pyobjc/pyobjc-core/Modules/objc/module.m
==============================================================================
--- trunk/pyobjc/pyobjc-core/Modules/objc/module.m	(original)
+++ trunk/pyobjc/pyobjc-core/Modules/objc/module.m	Sun Mar  8 10:38:33 2009
@@ -1920,6 +1920,7 @@
 	PyModule_AddStringConstant(m, "_C_NSInteger", @encode(NSInteger));
 	PyModule_AddStringConstant(m, "_C_NSUInteger", @encode(NSUInteger));
 	PyModule_AddStringConstant(m, "_C_CFIndex", @encode(CFIndex));
+	PyModule_AddStringConstant(m, "_C_CGFloat", @encode(CGFloat));
 
 
 	PyModule_AddIntConstant(m, "_size_sockaddr_ip4", sizeof(struct sockaddr_in));

Modified: trunk/pyobjc/pyobjc-core/Modules/objc/pyobjc.h
==============================================================================
--- trunk/pyobjc/pyobjc-core/Modules/objc/pyobjc.h	(original)
+++ trunk/pyobjc/pyobjc-core/Modules/objc/pyobjc.h	Sun Mar  8 10:38:33 2009
@@ -5,7 +5,7 @@
  * Central include file for PyObjC. 
  */
 
-#define OBJC_VERSION "2.1a0"
+#define OBJC_VERSION "2.2b1"
 
 // Loading in AppKit on Mac OS X 10.3 results in
 // a bit less than 1500 classes.

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
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.