pike.git/
src/
builtin.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2018-08-05
2018-08-05 10:04:47 by Marcus Comstedt <marcus@mc.pp.se>
6a66f877813b8dbb6afcf1507a36a61afb041c0a (
14
lines) (+
14
/-
0
)
[
Show
|
Annotate
]
Branch:
master
Thread.ResourceCountKey: Make destruct immediate
4058:
/*! @endclass */
+
/*! @class DestructImmediate
+
*! An empty class that can be intherited to get the PROGRAM_DESTRUCT_IMMEDIATE
+
*! flag set.
+
*/
+
+
PIKECLASS DestructImmediate
+
program_flags PROGRAM_DESTRUCT_IMMEDIATE;
+
{
+
}
+
+
/*! @endclass
+
*/
+
PMOD_EXPORT PIKEFUN int levenshtein_distance(string a, string b) {