1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00

Shorten loop

Copied from Perforce
 Change: 18784
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Richard Tucker 1997-09-22 12:32:52 +01:00
parent cc7727a240
commit 1bf75e6589

View file

@ -65,7 +65,7 @@ static void test(void)
a[i] = allocone(aplo, 6, 1);
}
for(i=0; i<100000; i++) {
for(i=0; i<10000; i++) {
j = ranint(100);
comment("New object %i", j);
a[j] = allocone(aplo, 5+ranint(50), 1);