noop: touch file to retrigger github checks

This commit is contained in:
ikrima 2020-10-29 09:36:44 -07:00
parent 23530ca599
commit a99676282f

View file

@ -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