(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:
mccallum 1996-03-01 15:56:16 +00:00
parent 7a180f449a
commit 7edf52aaa0
2 changed files with 2 additions and 2 deletions

View file

@ -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 */

View file

@ -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 */