Branch: Tag:

2003-04-03

2003-04-03 14:56:26 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Reverted some low_mega_apply() changes.

Rev: src/interpret.c:1.302
Rev: src/interpret.h:1.135
Rev: src/interpret_functions.h:1.144

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: interpret.h,v 1.134 2003/03/21 14:36:01 mast Exp $ + || $Id: interpret.h,v 1.135 2003/04/03 14:56:26 grubba Exp $   */      #ifndef INTERPRET_H
399:   PMOD_EXPORT void find_external_context(struct external_variable_context *loc,    int arg2);   void really_free_pike_scope(struct pike_frame *scope); - PIKE_OPCODE_T *low_mega_apply(enum apply_type type, int frame_flags, -  INT32 args, void *arg1, void *arg2); + int low_mega_apply(enum apply_type type, INT32 args, void *arg1, void *arg2);   void low_return(void);   void low_return_pop(void);   void unlink_previous_frame(void);