mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Renamed Toy_ModuleBuilder to Toy_ModuleCompiler
I also noticed that Toy_ModuleBundle isn't being used right now.
This commit is contained in:
@@ -206,7 +206,7 @@ char* Toy_getStringRawBuffer(Toy_String* str) {
|
||||
}
|
||||
|
||||
static int deepCompareUtil(Toy_String* left, Toy_String* right, const char** leftHead, const char** rightHead) {
|
||||
//WARNING: this function can't handle strings of zero length
|
||||
//NOTE: this function can't handle strings of zero length
|
||||
int result = 0;
|
||||
|
||||
//if it's the same object, of course they match
|
||||
|
||||
Reference in New Issue
Block a user