1997-03-11
1997-03-11 04:00:38 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
-
63b6635f82850e29dee1f143f235a39478f09c4d
(7 lines)
(+4/-3)
[
Show
| Annotate
]
Branch: 7.9
oops
Rev: src/builtin_functions.c:1.32
Rev: src/interpret.c:1.34
4:
||| See the files COPYING and DISCLAIMER for more information.
\*/
#include "global.h"
- RCSID("$Id: interpret.c,v 1.33 1997/03/11 03:56:26 hubbe Exp $");
+ RCSID("$Id: interpret.c,v 1.34 1997/03/11 04:00:38 hubbe Exp $");
#include "interpret.h"
#include "object.h"
#include "program.h"
1318: Inside #if defined(DEBUG)
#ifdef DEBUG
if(d_flag) check_threads_etc();
#endif
- fp->num_args=num_args;
- new_frame.num_locals=num_args;
+ fp->num_args=args;
+ new_frame.num_locals=args;
(*function->func.c_fun)(args);
}else{
int num_args;