mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 08:32:50 -06:00
a patch from Bjørnar Luteberget for compatibility with MSVC
This commit is contained in:
@@ -97,7 +97,7 @@ gu_variant_from_ptr(const void* p)
|
||||
return (uintptr_t) p;
|
||||
}
|
||||
|
||||
extern const GuVariant gu_null_variant;
|
||||
GU_API_DATA const GuVariant gu_null_variant;
|
||||
|
||||
static inline bool
|
||||
gu_variant_is_null(GuVariant v) {
|
||||
|
||||
Reference in New Issue
Block a user