mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Tidied up
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@22977 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
0dfcfd4814
commit
e40074f3db
19 changed files with 111 additions and 95 deletions
|
@ -1305,9 +1305,8 @@ static retval_t apply_short(short data)
|
|||
ARGFRAME. This function returns a retframe pointer.
|
||||
|
||||
In the function that calls this one, be careful about calling more
|
||||
functions after this one. The memory for the retframe is
|
||||
alloca()'ed, not malloc()'ed, and therefore is on the stack and can
|
||||
be tromped-on by future function calls.
|
||||
functions after this one. The memory for the retframe is alloca()'ed,
|
||||
and therefore is on the stack and can be tromped-on by future function calls.
|
||||
|
||||
The callback function is finally called with the 'type' set to a null pointer
|
||||
to tell it that the return value and all return parameters have been
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue