Branch: Tag:

2003-04-18

2003-04-18 15:49:46 by Martin Stjernholm <mast@lysator.liu.se>

Updated the mnemonic for the F_MAKE_ITERATOR opcode.

Rev: src/interpret_functions.h:1.149

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_functions.h,v 1.148 2003/04/18 15:41:12 mast Exp $ + || $Id: interpret_functions.h,v 1.149 2003/04/18 15:49:46 mast Exp $   */      /*
1362:    }   });    - OPCODE0(F_MAKE_ITERATOR, "Iterator", 0, { + OPCODE0(F_MAKE_ITERATOR, "get_iterator", 0, {    f_get_iterator(1);   });