Branch: Tag:

1999-10-26

1999-10-26 03:36:28 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>

laxer type checking for AUTO_BIGNUM...

Rev: src/program.c:1.167

5:   \*/   /**/   #include "global.h" - RCSID("$Id: program.c,v 1.166 1999/10/24 14:24:46 grubba Exp $"); + RCSID("$Id: program.c,v 1.167 1999/10/26 03:36:28 hubbe Exp $");   #include "program.h"   #include "object.h"   #include "dynamic_buffer.h"
1744:    switch(run_time_type)    {   #ifdef AUTO_BIGNUM +  case T_OBJECT: +  /* This is to allow room for integers in variables declared as +  * 'object', however, this could be changed in the future to only +  * make room for integers if the variable was declared as +  * 'object(Gmp.mpz)' /Hubbe +  */    case T_INT:   #endif    case T_FUNCTION: