mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
6 lines
176 B
C
6 lines
176 B
C
/* This file is installed for backward compatibility. */
|
|
#include "gc/gc.h"
|
|
|
|
__attribute__ ((weak)) GC_API void GC_CALL GC_noop1_ptr(volatile void *p) {
|
|
GC_noop1((u64)p);
|
|
}
|