pike.git
/
src
/
program.c
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/program.c:157:
#include "compilation.h" struct pike_string *this_program_string; static struct pike_string *this_string, *this_function_string; static struct pike_string *UNDEFINED_string; /* Common compiler subsystems */ struct pike_string *parser_system_string; struct pike_string *type_check_system_string;
+
/* NOTE: There is a corresponding list to this one in
+
Tools.AutoDoc.PikeObjects
+
+
If new lfuns are added it might be beneficial to also add them to
+
that list.
+
*/
const char *const lfun_names[] = { "__INIT", "create", "destroy", "`+", "`-", "`&", "`|", "`^", "`<<",