mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Updates to reduce global namespace pollution. Plenty more remaining.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@23795 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9d71af9cbf
commit
eae859d1c7
85 changed files with 1090 additions and 1277 deletions
|
@ -168,7 +168,7 @@ gs_offset(const char *type, int index)
|
|||
/* Determines if the structure type can be returned entirely in registers.
|
||||
See the avcall or vacall man pages for more info. FIXME: I'm betting
|
||||
this won't work if a structure contains another structure */
|
||||
int
|
||||
static int
|
||||
gs_splittable (const char *type)
|
||||
{
|
||||
int i, numtypes;
|
||||
|
@ -297,7 +297,7 @@ gs_find_by_receiver_best_typed_sel (id receiver, SEL sel)
|
|||
Only passes the first part. Is used for determining
|
||||
the return type for the vacall macros.
|
||||
*/
|
||||
void
|
||||
static void
|
||||
gs_sel_type_to_callback_type (const char *sel_type,
|
||||
vacallReturnTypeInfo *vatype)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue