mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 16:50:58 +00:00
Thu Feb 11 19:25:00 1999 Manuel Guesdon <mguesdon@sbuilders.com>
* Source/NSObjCRuntime.m: Fixed error in GSGetInstanceVariable name: GSGetIinstanceVariable transformed to GSGetInstanceVariable git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3692 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
060df65e30
commit
f55ff6a24d
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
Thu Feb 11 19:25:00 1999 Manuel Guesdon <mguesdon@sbuilders.com>
|
||||||
|
|
||||||
|
* Source/NSObjCRuntime.m: Fixed error in GSGetInstanceVariable name:
|
||||||
|
GSGetIinstanceVariable transformed to GSGetInstanceVariable
|
||||||
|
|
||||||
Thu Feb 11 9:51:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
Thu Feb 11 9:51:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
||||||
|
|
||||||
* Source/NSString.m: Fixed error in property-list parsing - was not
|
* Source/NSString.m: Fixed error in property-list parsing - was not
|
||||||
|
|
|
@ -73,7 +73,7 @@ NSGetSizeAndAlignment(const char *typePtr, unsigned *sizep, unsigned *alignp)
|
||||||
}
|
}
|
||||||
|
|
||||||
BOOL
|
BOOL
|
||||||
GSGetIinstanceVariable(id obj, NSString *iVarName, void *data)
|
GSGetInstanceVariable(id obj, NSString *iVarName, void *data)
|
||||||
{
|
{
|
||||||
const char *name = [iVarName cString];
|
const char *name = [iVarName cString];
|
||||||
Class class;
|
Class class;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue