2002-05-14
2002-05-14 16:27:49 by Henrik Grubbström (Grubba) <grubba@grubba.org>
-
6933441683c78d70bbcda43de9335c43404234a5
(5 lines)
(+3/-2)
[
Show
| Annotate
]
Branch: 7.9
Fixed error message.
Rev: src/builtin_functions.c:1.430
5:
\*/
/**/
#include "global.h"
- RCSID("$Id: builtin_functions.c,v 1.429 2002/05/12 01:46:41 nilsson Exp $");
+ RCSID("$Id: builtin_functions.c,v 1.430 2002/05/14 16:27:49 grubba Exp $");
#include "interpret.h"
#include "svalue.h"
#include "pike_macros.h"
3945: Inside #if defined(PIKE_DEBUG)
CHECK_SECURITY_OR_ERROR(SECURITY_BIT_SECURITY,
("_assembler_debug: permission denied.\n"));
- get_all_args("_optimizer_debug", args, "%i", &l);
+ get_all_args("_assembler_debug", args, "%i", &l);
pop_n_elems(args);
push_int(a_flag);
a_flag = l;