Removed some old notes

This commit is contained in:
2026-04-11 02:06:59 +10:00
parent baa81b1aa9
commit 49a825aaf9
6 changed files with 2 additions and 95 deletions

View File

@@ -16,5 +16,3 @@ TOY_API void Toy_setAssertFailureCallback(Toy_callbackType cb);
TOY_API void Toy_resetPrintCallback(void);
TOY_API void Toy_resetErrorCallback(void);
TOY_API void Toy_resetAssertFailureCallback(void);
//TODO: rename print.h to debug?

View File

@@ -92,5 +92,5 @@ TOY_API int Toy_compareValues(Toy_Value left, Toy_Value right);
//convert the value to a string - values that *are* strings are simply copied
TOY_API union Toy_String_t* Toy_stringifyValue(struct Toy_Bucket** bucketHandle, Toy_Value value);
//for debugging
//for error messages
TOY_API const char* Toy_private_getValueTypeAsCString(Toy_ValueType type);