pike.git/
src/
program.c
Branch:
Tag:
Non-build tags
All tags
No tags
2014-11-15
2014-11-15 13:42:52 by Stephen R. van den Berg <srb@cuci.nl>
e1aec8ba8dfbde70d9228e5a73516df42f112782 (
9
lines) (+
3
/-
6
)
[
Show
|
Annotate
]
Branch:
8.1
Remove superfluous legacy compat support prior to 7.8.
386:
*! @[args] are the arguments passed when the program was called. *! *! @note
-
*!
In
Pike 7.2 and later this
function can be created implicitly
-
*! by the compiler using the
new
syntax:
+
*!
This
function can be created implicitly
+
*! by the compiler using the syntax:
*! @code *! class Foo(int foo) { *! int bar;
518:
*! destruction and will therefore be destroyed even if external *! references are added to them. *!
-
*! @note
-
*! The garbage collector had completely random destruct order in
-
*! versions prior to 7.2.
-
*!
+
*! @seealso *! @[lfun::create()], @[predef::destruct()] */