2006-07-06
2006-07-06 16:46:13 by Henrik Grubbström (Grubba) <grubba@grubba.org>
-
ef9a2469939ab0d6c02d0e0a6a12d62708eab90a
(8 lines)
(+3/-5)
[
Show
| Annotate
]
Branch: 7.9
Fixed some cases of safe_apply_low2().
Rev: src/language.yacc:1.371
Rev: src/program.c:1.605
Rev: src/svalue.c:1.230
2:
|| This file is part of Pike. For copyright information see COPYRIGHT.
|| Pike is distributed under GPL, LGPL and MPL. See the file COPYING
|| for more information.
- || $Id: program.c,v 1.604 2006/07/05 20:47:53 mast Exp $
+ || $Id: program.c,v 1.605 2006/07/06 16:46:13 grubba Exp $
*/
#include "global.h"
3775: Inside #if defined(WITH_FACETS)
push_int(Pike_compiler->new_program->id);
push_int(p->facet_index);
push_int(p->id);
- safe_apply_low2(p->facet_group,
- find_identifier("add_product_class",
- p->facet_group->prog),
- 3, 0);
+ safe_apply(p->facet_group, "add_product_class", 3);
pop_stack();
}
}