Branch: Tag:

2000-01-10

2000-01-10 00:46:26 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>

nothing changed really..

Rev: src/builtin_functions.c:1.228

5:   \*/   /**/   #include "global.h" - RCSID("$Id: builtin_functions.c,v 1.227 1999/12/29 18:00:00 grubba Exp $"); + RCSID("$Id: builtin_functions.c,v 1.228 2000/01/10 00:46:26 hubbe Exp $");   #include "interpret.h"   #include "svalue.h"   #include "pike_macros.h"
369: Inside #if defined(AUTO_BIGNUM)
  #ifdef AUTO_BIGNUM    check_all_args("random_seed",args,BIT_INT | BIT_OBJECT, 0);    if(sp[-args].type == T_INT) +  {    i=sp[-args].u.integer; -  else +  }else{    i=hash_svalue(sp-args); -  +  }   #else    get_all_args("random_seed",args,"%i",&i);   #endif