pike.git
/
src
/
program.c
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/program.c:1:
/* || 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: program.c,v 1.
677
2008/04/26
14
:
27:
08 grubba Exp $
+
|| $Id: program.c,v 1.
678
2008/04/26
16
:
08
:
13
grubba Exp $
*/ #include "global.h" #include "program.h" #include "object.h" #include "dynamic_buffer.h" #include "pike_types.h" #include "stralloc.h" #include "las.h" #include "lex.h"
pike.git/src/program.c:826:
*! Currently casting between object types is a noop. *! *! @note *! If the returned value is not deemed to be of the requested type *! a runtime error may be thrown. *! *! @note *! It's assumed that this function is side-effect free. */
-
/*! @decl mixed lfun::`[..](zero low, int low_bound_type, zero high, int high_bound_type)
+
/*! @decl mixed lfun::`[..](zero low, int low_bound_type,
@
+
*!
zero high, int high_bound_type)
*! *! Subrange callback. *! *! @note *! It's assumed that this function is side-effect free. *! *! @seealso *! @[predef::`[..]] */