mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Fix comments wrt runtime qualifier.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20075 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e8c51e43f5
commit
de0c0eb2bb
2 changed files with 4 additions and 4 deletions
|
@ -921,9 +921,9 @@ GSRemoveMethodFromList (GSMethodList list,
|
|||
}
|
||||
|
||||
/* Clear the last entry. */
|
||||
/* NB: For the NeXT_RUNTIME we may leak the types
|
||||
if they were set by GSAppendMethodFromList. Yet
|
||||
as we can not determine the origin, we shall leak. */
|
||||
/* NB: We may leak the types if they were previously
|
||||
set by GSAppendMethodFromList. Yet as we can not
|
||||
determine the origin, we shall leak. */
|
||||
list->method_list[i].method_name = 0;
|
||||
list->method_list[i].method_types = 0;
|
||||
list->method_list[i].method_imp = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue