Expressions: ints should be 64 bit.
This commit is contained in:
parent
ac79af0289
commit
a43e8aafbf
|
@ -439,7 +439,7 @@ public:
|
|||
Expression * expr;
|
||||
ObjectIdentifier path;
|
||||
std::deque<ObjectIdentifier::Component> components;
|
||||
int ivalue;
|
||||
long long int ivalue;
|
||||
double fvalue;
|
||||
struct {
|
||||
std::string name;
|
||||
|
|
Loading…
Reference in New Issue
Block a user