Branch: Tag:

1998-10-23

1998-10-23 02:14:04 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Got rid of a C++-style comment.

Rev: src/builtin_functions.c:1.135

4:   ||| See the files COPYING and DISCLAIMER for more information.   \*/   #include "global.h" - RCSID("$Id: builtin_functions.c,v 1.134 1998/10/15 18:54:31 grubba Exp $"); + RCSID("$Id: builtin_functions.c,v 1.135 1998/10/23 02:14:04 grubba Exp $");   #include "interpret.h"   #include "svalue.h"   #include "pike_macros.h"
799:    }    }    if (len == in->len) { -  // 7bit string -- already valid utf8. +  /* 7bit string -- already valid utf8. */    pop_n_elems(args - 1);    return;    }