mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
reduce import symbols
This commit is contained in:
@@ -112,8 +112,8 @@ private:
|
|||||||
PGF_INTERNAL_DECL void unregister_process();
|
PGF_INTERNAL_DECL void unregister_process();
|
||||||
|
|
||||||
|
|
||||||
void lock(DB_scope_mode m);
|
PGF_INTERNAL_DECL void lock(DB_scope_mode m);
|
||||||
void unlock();
|
PGF_INTERNAL_DECL void unlock();
|
||||||
|
|
||||||
friend class DB_scope;
|
friend class DB_scope;
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -55,7 +55,7 @@ void PgfWriter::write_double(double d)
|
|||||||
unsigned rawexp;
|
unsigned rawexp;
|
||||||
uint64_t mantissa;
|
uint64_t mantissa;
|
||||||
|
|
||||||
switch (fpclassify(d)) {
|
switch (::fpclassify(d)) {
|
||||||
case FP_NAN:
|
case FP_NAN:
|
||||||
rawexp = 0x7ff;
|
rawexp = 0x7ff;
|
||||||
mantissa = 1;
|
mantissa = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user