comparison src/pt-bp.cc @ 4212:8ad52ec4f374

[project @ 2002-12-04 03:50:45 by jwe]
author jwe
date Wed, 04 Dec 2002 03:50:45 +0000
parents fa3482b34599
children 23d06c9e1edd
comparison
equal deleted inserted replaced
4211:4804f1151361 4212:8ad52ec4f374
375 375
376 Pix p = mat.first (); 376 Pix p = mat.first ();
377 377
378 while (p) 378 while (p)
379 { 379 {
380 tree_argument_list *elt = mat (p); 380 tree_argument_list *elt = mat(p);
381 mat.next (p); 381 mat.next (p);
382 382
383 if (elt) 383 if (elt)
384 elt->accept (*this); 384 elt->accept (*this);
385 } 385 }