mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-03 16:22:52 -06:00
errno is not set for FILE I/O so we do our best
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
class PGF_INTERNAL_DECL PgfWriter
|
||||
{
|
||||
public:
|
||||
PgfWriter(FILE *out, const char *filepath);
|
||||
PgfWriter(FILE *out);
|
||||
|
||||
void write_uint8(uint8_t b);
|
||||
void write_u16be(uint16_t u);
|
||||
@@ -49,7 +49,6 @@ private:
|
||||
void write_namespace_helper(Namespace<V> nmsp, void (PgfWriter::*write_value)(ref<V>));
|
||||
|
||||
FILE *out;
|
||||
const char* filepath;
|
||||
ref<PgfAbstr> abstract;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user