mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
Work around some GNU runtime headers spelling isa incorrectly as 'class_pointer'.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@30596 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c4bc2cdcf2
commit
56d015fcd1
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
|||
Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#define class_pointer isa
|
||||
|
||||
#import "common.h"
|
||||
#define EXPOSE_NSInvocation_IVARS 1
|
||||
|
|
Loading…
Reference in a new issue