mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
fix accidental commit
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@37621 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
323ac8c6b8
commit
28aac8871f
1 changed files with 0 additions and 2 deletions
|
@ -1148,8 +1148,6 @@ typedef GSString *ivars;
|
|||
{
|
||||
#if GS_SIZEOF_VOIDP == GS_SIZEOF_INT
|
||||
return [self scanInt: (int *)value];
|
||||
#elseif GS_SIZEOF_VOIDP == GS_SIZEOF_LONG
|
||||
return [self scanLong: (long *)value];
|
||||
#else
|
||||
return [self scanLongLong: (long long *)value];
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue