mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-09 11:12:51 -06:00
remove redundancies in the .pgf format kept for lagacy reasons
This commit is contained in:
@@ -16,7 +16,7 @@ public:
|
||||
|
||||
void write_tag(uint8_t t) { write_uint8(t); }
|
||||
|
||||
void write_name(PgfText *text);
|
||||
void write_name(PgfText *text) { write_text(text); };
|
||||
void write_text(PgfText *text);
|
||||
|
||||
template<class V>
|
||||
|
||||
Reference in New Issue
Block a user