([LinkedList -initWithObjects:count:]): Return self.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1159 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
mccallum 1996-03-18 13:51:44 +00:00
parent a75e69337b
commit bca55a3944

View file

@ -41,6 +41,7 @@
[self init];
while (c--)
[self prependObject: objs[c]];
return self;
}
/* Archiving must mimic the above designated initializer */