On Tue Oct 02 10:17:53 2007, pcoch wrote:
> In src/mmd.c there is the todo item within mmd_distance() which looks
like 
> it means that one should replace the magic number.  Here is the code with
> context to help the adventurous person who picks up this ticket...
> 
>     if (args > n)
>        dist = 1000;   /* XXX arbitrary > max_class_depth * n */

Replaced with the slightly less magical PARROT_MMD_MAX_CLASS_DEPTH in
r28111.

Reply via email to