pike.git/
src/
interpret_functions.h
Branch:
Tag:
Non-build tags
All tags
No tags
2003-04-18
2003-04-18 15:49:46 by Martin Stjernholm <mast@lysator.liu.se>
eaa55b6d317cb8107246cb419a0c978bb5950ef5 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
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); });