ref: 106c73997599dd82dd110dcc0f131c32531b6bf3
parent: ebb784911c15f0a5b7ed1d61be7052a5b476f8e7
author: MHS <gek@katherine>
date: Sun May 2 15:00:04 EDT 2021
Automatic commit.
--- a/src/memory.c
+++ b/src/memory.c
@@ -2,6 +2,10 @@
* Memory allocator for TinyGL
*/
+static inline void required_for_compilation_(){
+ return;
+}
+
#if TGL_FEATURE_CUSTOM_MALLOC == 1
#include "zgl.h"