mirror of
https://github.com/gnustep/libs-back.git
synced 2025-05-30 00:40:55 +00:00
Hacks by Greg to placate 4.1 compiler. Just in case we can't persuade them
to 'fix' cast to union with an 'id' member. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@21783 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
74220f8aee
commit
41bb3f72c2
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@
|
|||
} while (0)
|
||||
|
||||
#define ctxt_push(object, stack) \
|
||||
GSIArrayAddItem((GSIArray)stack, (GSIArrayItem)object)
|
||||
GSIArrayAddItem((GSIArray)stack, (GSIArrayItem)((id)object))
|
||||
|
||||
/* Globally unique gstate number */
|
||||
static unsigned int unique_index = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue