From 90c3304147e3829b9ea7f73085e54d9d0811ca8b Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Mon, 11 Feb 2013 13:51:12 +0000 Subject: remove the pgf2yaml tool which was both broken and redundant. The declarations for generic programming from data.c are removed as well --- src/runtime/c/pgf/pgf.h | 2 -- 1 file changed, 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 1f3947bff..032834d77 100644 --- a/src/runtime/c/pgf/pgf.h +++ b/src/runtime/c/pgf/pgf.h @@ -42,10 +42,8 @@ extern GU_DECLARE_TYPE(PgfExn, abstract); /// @{ typedef struct PgfPGF PgfPGF; -extern GU_DECLARE_TYPE(PgfPGF, struct); typedef struct PgfConcr PgfConcr; -extern GU_DECLARE_TYPE(PgfConcr, struct); /**< A representation of a PGF grammar. -- cgit v1.2.3