pike.git/
src/
builtin_functions.c
Branch:
Tag:
Non-build tags
All tags
No tags
2011-04-25
2011-04-25 16:12:40 by Martin Stjernholm <mast@lysator.liu.se>
7b62e2133658482b4aff02c7d163585f80bd3422 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.6
No more foreign_idents.
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_functions.c,v 1.565 2010/05/31 14:34:24 grubba Exp $
+
||
$Id$
*/ #include "global.h"
-
RCSID("
$Id: builtin_functions.c,v 1.565 2010/05/31 14:34:24 grubba Exp $
");
+
RCSID("
$Id$
");
#include "interpret.h" #include "svalue.h" #include "pike_macros.h"