Branch: Tag:

2018-08-05

2018-08-05 10:04:47 by Marcus Comstedt <marcus@mc.pp.se>

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)   {