1 NAME
2 compile_object - compile an object
3
4 SYNOPSIS
5 object compile_object(string file)
6
7
8 DESCRIPTION
9 Compile an object from a LPC file, specified by the argument string
10 with ".c" appended. The returned object will have the argument string
11 as name.
12 If the object to be compiled already exists and is not inherited by
13 any other object, it and all of its clones will be upgraded to the
14 new version. Variables will be preserved only if they also exist in
15 the new version and have the same type; new variables will be
16 initialized to 0. The actual upgrading is done immediately upon
17 completion of the current thread.
18
19 ERRORS
20 Compilation errors will be reported to the driver object. Furthermore,
21 a failure to compile will result in a runtime error, as well.
22
23 SEE ALSO
24 kfun/object_name
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.