v2 / thirdparty / libgc / include / gc.h
8 lines · 7 sloc · 200 bytes · 6834ccb2d513496c2e114760f60c145d416a58b4
Raw
1/* This file is installed for backward compatibility. */
2#include "gc/gc.h"
3
4#ifndef _MSC_VER
5__attribute__ ((weak)) GC_API void GC_CALL GC_noop1_ptr(volatile void *p) {
6 GC_noop1((u64)p);
7}
8#endif
9