Skip to content
Snippets Groups Projects
Commit e268b5b6 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

refs is now a ptrdiff_t...

Rev: src/svalue.h:1.64
parent 146a32d1
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
\*/ \*/
/* /*
* $Id: svalue.h,v 1.63 2000/07/29 06:31:07 hubbe Exp $ * $Id: svalue.h,v 1.64 2000/08/03 17:39:06 grubba Exp $
*/ */
#ifndef SVALUE_H #ifndef SVALUE_H
#define SVALUE_H #define SVALUE_H
...@@ -62,7 +62,7 @@ union anything ...@@ -62,7 +62,7 @@ union anything
struct object *object; struct object *object;
struct program *program; struct program *program;
struct pike_string *string; struct pike_string *string;
INT32 *refs; ptrdiff_t *refs;
INT_TYPE integer; INT_TYPE integer;
FLOAT_TYPE float_number; FLOAT_TYPE float_number;
struct svalue *lval; /* only used on stack */ struct svalue *lval; /* only used on stack */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment