Skip to content
Snippets Groups Projects
Commit 8a222b55 authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

struct svalue now uses INT_TYPE

Rev: src/svalue.h:1.12
parent 569c17b4
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ union anything
struct program *program;
struct pike_string *string;
INT32 *refs;
INT32 integer;
INT_TYPE integer;
FLOAT_TYPE float_number;
struct svalue *lval; /* only used on stack */
union anything *short_lval; /* only used on stack */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment