mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-28 22:12:51 -06:00
added checks to control compilation with emscripten
This commit is contained in:
@@ -132,6 +132,9 @@ typedef struct {
|
||||
#elif defined(_WIN32)
|
||||
#define LINT_BASE 1000000000
|
||||
#define LINT_BASE_LOG 9
|
||||
#elif defined(EMSCRIPTEN)
|
||||
#define LINT_BASE 10000000000000000000UL
|
||||
#define LINT_BASE_LOG 19
|
||||
#else
|
||||
#error "Unsupported platform"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user