size_t
This commit is contained in:
@@ -11,7 +11,7 @@ import std.conv;
|
|||||||
import std.stdio;
|
import std.stdio;
|
||||||
struct VMVariable
|
struct VMVariable
|
||||||
{
|
{
|
||||||
int index;
|
sizediff_t index;
|
||||||
ValueType type;
|
ValueType type;
|
||||||
this(int index, ValueType type)
|
this(int index, ValueType type)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user