replaced void* with unsigned char* everywhere

This commit is contained in:
2025-02-08 00:53:23 +11:00
parent 470836a390
commit c646904407
8 changed files with 17 additions and 17 deletions

View File

@@ -392,7 +392,7 @@ int test_compiler_expressions(Toy_Bucket** bucketHandle) {
return -1;
}
void* data = jumps + 4;
unsigned char* data = jumps + 4;
//check data
if (
@@ -1179,7 +1179,7 @@ int test_compiler_keywords(Toy_Bucket** bucketHandle) {
return -1;
}
void* data = jumps + 4;
unsigned char* data = jumps + 4;
//check data
if (
@@ -1286,7 +1286,7 @@ int test_compiler_keywords(Toy_Bucket** bucketHandle) {
return -1;
}
void* data = jumps + 4;
unsigned char* data = jumps + 4;
//check data
if (