cp duplicateStringValue()

This commit is contained in:
Christopher Dunn
2015-02-21 10:54:38 -06:00
parent ef21fbc785
commit a53283568f
2 changed files with 23 additions and 1 deletions

View File

@@ -518,7 +518,7 @@ private:
LargestUInt uint_;
double real_;
bool bool_;
char* string_;
char* string_; // actually ptr to unsigned, followed by str
ObjectValues* map_;
} value_;
ValueType type_ : 8;