pike.git/
src/
builtin.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2009-06-25
2009-06-25 11:21:25 by Henrik Grubbström (Grubba) <grubba@grubba.org>
513e2cf7e68928f7291409cf00919c79b2ebeb83 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed typo.
Rev: src/builtin.cmod:1.231
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: builtin.cmod,v 1.
230
2009/06/25 11:
17
:
39
grubba Exp $
+
|| $Id: builtin.cmod,v 1.
231
2009/06/25 11:
21
:
25
grubba Exp $
*/ #include "global.h"
1516:
push_svalue(&THIS->_fun); }
-
PIKEFUN void `->
=
fun(mixed val)
+
PIKEFUN void `->
fun
=(mixed val)
{ /* FIXME: Should we allow this at all? * Linenumber info etc won't match.