Fixed alignment issues with 64 bits ABIs.

This commit is contained in:
Roberto Raggi
2010-09-03 12:11:15 +02:00
parent 8d55ce4c82
commit c6bfe05083
14 changed files with 42 additions and 41 deletions

View File

@@ -80,15 +80,15 @@ public:
bool equalTo(const Literal *other) const;
Literal *_next; // ## private
private:
char *_chars;
unsigned _size;
unsigned _hashCode;
public:
// ### private
unsigned _index;
Literal *_next;
unsigned _index; // ### private
};
class CPLUSPLUS_EXPORT StringLiteral: public Literal