pike.git/
src/
program.c
Branch:
Tag:
Non-build tags
All tags
No tags
2014-08-11
2014-08-11 23:57:00 by Per Hedbor <ph@opera.com>
99682c00ae3c8375f6e972d7c983705545c8f3e2 (
7
lines) (+
7
/-
0
)
[
Show
|
Annotate
]
Branch:
8.0
Added a note about the lfun list in the autodoc parser
164:
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",