From a99676282f1f18c8187bb02171ad1f261ea3c9ca Mon Sep 17 00:00:00 2001 From: ikrima Date: Thu, 29 Oct 2020 09:36:44 -0700 Subject: [PATCH] noop: touch file to retrigger github checks --- lib/src/alloc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/src/alloc.h b/lib/src/alloc.h index cbedb71b..6e22a0ab 100644 --- a/lib/src/alloc.h +++ b/lib/src/alloc.h @@ -25,6 +25,7 @@ bool ts_toggle_allocation_recording(bool); #else // Allow clients to override allocation functions + #ifndef ts_malloc #define ts_malloc ts_malloc_default #endif