From 7c0bad50921365746ea362710015853a4879c0a7 Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Thu, 5 Sep 2013 11:20:39 +0000 Subject: remove the read and write modules from libgu. this simplifies the i/o layer --- src/runtime/c/pgf/pgf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/runtime/c/pgf/pgf.h') diff --git a/src/runtime/c/pgf/pgf.h b/src/runtime/c/pgf/pgf.h index 51998c7b8..9a88cebff 100644 --- a/src/runtime/c/pgf/pgf.h +++ b/src/runtime/c/pgf/pgf.h @@ -118,7 +118,7 @@ GuString pgf_print_name(PgfConcr*, PgfCId id); void -pgf_linearize(PgfConcr* concr, PgfExpr expr, GuWriter* wtr, GuExn* err); +pgf_linearize(PgfConcr* concr, PgfExpr expr, GuOut* out, GuExn* err); PgfExprEnum* pgf_parse(PgfConcr* concr, PgfCId cat, PgfLexer *lexer, @@ -166,6 +166,6 @@ pgf_generate_all(PgfPGF* pgf, PgfCId cat, GuPool* pool); /// @} void -pgf_print(PgfPGF* pgf, GuWriter* wtr, GuExn* err); +pgf_print(PgfPGF* pgf, GuOut* out, GuExn* err); #endif // PGF_H_ -- cgit v1.2.3