Branch: Tag:

1998-05-19

1998-05-19 18:47:41 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Some minor changes.

Rev: src/builtin_functions.c:1.110

4:   ||| See the files COPYING and DISCLAIMER for more information.   \*/   #include "global.h" - RCSID("$Id: builtin_functions.c,v 1.109 1998/05/19 18:46:06 grubba Exp $"); + RCSID("$Id: builtin_functions.c,v 1.110 1998/05/19 18:47:41 grubba Exp $");   #include "interpret.h"   #include "svalue.h"   #include "pike_macros.h"
2168:    *    * This makes it faster than the G-M algorithm on binary data,    * but slower on ascii data. +  * +  * NOT true! The G-M algorithm seems to be faster on most data anyway. +  * /grubba 1998-05-19    */   static struct array *diff_dyn_longest_sequence(struct array *cmptbl, int blen)   {