mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-05 17:22:51 -06:00
use GU_API_DATA_DECL instead of GU_API_DATA to make the C runtime compile again on MacOS
This commit is contained in:
@@ -31,10 +31,10 @@ struct GuHasher {
|
||||
};
|
||||
|
||||
|
||||
GU_API_DATA GuHasher gu_int_hasher[1];
|
||||
GU_API_DATA_DECL GuHasher gu_int_hasher[1];
|
||||
|
||||
GU_API_DATA GuHasher gu_addr_hasher[1];
|
||||
GU_API_DATA_DECL GuHasher gu_addr_hasher[1];
|
||||
|
||||
GU_API_DATA GuHasher gu_word_hasher[1];
|
||||
GU_API_DATA_DECL GuHasher gu_word_hasher[1];
|
||||
|
||||
#endif // GU_HASH_H_
|
||||
|
||||
Reference in New Issue
Block a user