pike.git/
src/
program.c
Branch:
Tag:
Non-build tags
All tags
No tags
1999-10-26
1999-10-26 03:36:28 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
659ccc4e1abf9e060462307deb73988d874e6979 (
9
lines) (+
8
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
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: