pike.git/
src/
builtin.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2010-05-28
2010-05-28 18:34:40 by Martin Stjernholm <mast@lysator.liu.se>
b670b461a66bb719ba0ac69dafb49fa99bb19d9b (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Small fix in last check-in.
Rev: src/builtin.cmod:1.258
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.
257
2010/05/28 18:
13
:
46
mast Exp $
+
|| $Id: builtin.cmod,v 1.
258
2010/05/28 18:
34
:
40
mast Exp $
*/ #include "global.h"
3574:
*! Defined for use with @[Standards.JSON.encode], so that it *! formats NULL as @expr{null@}. */
-
PIKEFUN string encode_json()
+
PIKEFUN string encode_json(
...
)
{ push_constant_text ("null"); }