Branch: Tag:

2011-01-11

2011-01-11 14:11:18 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Got rid of C++-style comment.

2333:    ptrdiff_t len = s->s->len;    int mag = min_magnitude(ch);    -  // This is not really expected to happen. But since we are doing -  // memset here, a negative argument should be avoided. -  if (count < 0) Pike_fatal("Non-positive count in call to string_builder_putchars().\n"); +  /* This is not really expected to happen. But since we are doing +  * memset here, a negative argument should be avoided. */ +  if (count < 0) +  Pike_fatal("Non-positive count in call to string_builder_putchars().\n");    if (!count) return;       string_build_mkspace(s, count, mag);