From 1ca09448f9032b92ef436f4e0f658309d60e7ffd Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Thu, 10 Apr 2014 14:14:31 +0000 Subject: now fully functional Java API for custom literals --- src/runtime/c/pgf/data.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/runtime/c/pgf/data.h') diff --git a/src/runtime/c/pgf/data.h b/src/runtime/c/pgf/data.h index 6b1dd1780..d75b17f85 100644 --- a/src/runtime/c/pgf/data.h +++ b/src/runtime/c/pgf/data.h @@ -108,7 +108,7 @@ struct PgfPGF { PgfFlags* gflags; PgfAbstr abstract; PgfCIdMap* concretes; // |-> PgfConcr* - GuPool* pool; + GuPool* pool; // the pool in which the grammar is allocated }; typedef struct { @@ -203,12 +203,6 @@ typedef struct { typedef struct { } PgfSymbolBIND; -typedef struct { - PgfExprProb* (*match)(PgfConcr* concr, PgfSymbol* psym, size_t lin_idx, - GuString sentence, size_t* poffset, - GuPool *pool, GuPool *out_pool); -} PgfLiteralCallback; - typedef GuBuf PgfProductionIdx; typedef struct { -- cgit v1.2.3