mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-07 15:33:14 +01:00
Merge the 2.063 frontend.
This commit is contained in:
@@ -24,11 +24,7 @@ struct StringEntry;
|
||||
// method because the only thing which should be creating these is StringTable.
|
||||
struct StringValue
|
||||
{
|
||||
union
|
||||
{
|
||||
void *ptrvalue;
|
||||
char *string;
|
||||
};
|
||||
void *ptrvalue;
|
||||
private:
|
||||
size_t length;
|
||||
|
||||
@@ -59,7 +55,7 @@ private:
|
||||
size_t tabledim;
|
||||
|
||||
public:
|
||||
void init(size_t size = 37);
|
||||
void _init(size_t size = 37);
|
||||
~StringTable();
|
||||
|
||||
StringValue *lookup(const char *s, size_t len);
|
||||
|
||||
Reference in New Issue
Block a user