mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-29 22:42:52 -06:00
errno is not set for FILE I/O so we do our best
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
class PGF_INTERNAL_DECL PgfReader
|
||||
{
|
||||
public:
|
||||
PgfReader(FILE *in, const char *filepath);
|
||||
PgfReader(FILE *in);
|
||||
|
||||
uint8_t read_uint8();
|
||||
uint16_t read_u16be();
|
||||
@@ -72,7 +72,6 @@ public:
|
||||
|
||||
private:
|
||||
FILE *in;
|
||||
const char* filepath;
|
||||
|
||||
object read_name_internal(size_t struct_size);
|
||||
object read_text_internal(size_t struct_size);
|
||||
|
||||
Reference in New Issue
Block a user