mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-07 06:51:07 +00:00
(END_FOR_ARRAY): Macro renamed from FOR_ARRAY_END, and given argument.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1016 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7a180f449a
commit
7edf52aaa0
2 changed files with 2 additions and 2 deletions
|
@ -68,6 +68,6 @@
|
|||
ELEMENT_VAR = \
|
||||
(((Array*)ARRAY)->_contents_array[_FOR_ARRAY_i]);
|
||||
|
||||
#define FOR_ARRAY_END }}
|
||||
#define END_FOR_ARRAY(ARRAY) }}
|
||||
|
||||
#endif /* __Array_h_INCLUDE_GNU */
|
||||
|
|
|
@ -68,6 +68,6 @@
|
|||
ELEMENT_VAR = \
|
||||
(((Array*)ARRAY)->_contents_array[_FOR_ARRAY_i]);
|
||||
|
||||
#define FOR_ARRAY_END }}
|
||||
#define END_FOR_ARRAY(ARRAY) }}
|
||||
|
||||
#endif /* __Array_h_INCLUDE_GNU */
|
||||
|
|
Loading…
Reference in a new issue