mirror of
https://github.com/janet-lang/janet
synced 2025-11-13 22:07:13 +00:00
Change some definitions and remove thoughts.md
This commit is contained in:
@@ -385,5 +385,5 @@ void dst_clear_memory(void) {
|
||||
}
|
||||
|
||||
/* Primitives for suspending GC. */
|
||||
int dst_gclock() { return dst_vm_gc_suspend++; }
|
||||
int dst_gclock(void) { return dst_vm_gc_suspend++; }
|
||||
void dst_gcunlock(int handle) { dst_vm_gc_suspend = handle; }
|
||||
|
||||
Reference in New Issue
Block a user