mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-28 18:43:13 +01:00
Merge the 2.063 frontend.
This commit is contained in:
@@ -99,7 +99,7 @@ void StringValue::ctor(const char *p, size_t length)
|
||||
memcpy(this->lstring, p, length * sizeof(char));
|
||||
}
|
||||
|
||||
void StringTable::init(size_t size)
|
||||
void StringTable::_init(size_t size)
|
||||
{
|
||||
table = (void **)mem.calloc(size, sizeof(void *));
|
||||
tabledim = size;
|
||||
|
||||
Reference in New Issue
Block a user