From 490a3f22868a5f0baaf67b204922b3abf5f2ed3c Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Wed, 19 Dec 2012 09:07:05 +0000 Subject: a major reimplementation of the linearizer in the C runtime --- src/runtime/c/pgf/data.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 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 267823127..ea87e17c1 100644 --- a/src/runtime/c/pgf/data.h +++ b/src/runtime/c/pgf/data.h @@ -200,11 +200,11 @@ extern PgfCCat pgf_ccat_string, pgf_ccat_int, pgf_ccat_float, pgf_ccat_var; typedef PgfCIdMap PgfPrintNames; extern GU_DECLARE_TYPE(PgfPrintNames, GuStringMap); -typedef GuStringMap PgfFunIndices; -extern GU_DECLARE_TYPE(PgfFunIndices, GuStringMap); +typedef GuStringMap PgfCncFunOverloadMap; +extern GU_DECLARE_TYPE(PgfCncFunOverloadMap, GuStringMap); -typedef GuMap PgfCoerceIdx; -extern GU_DECLARE_TYPE(PgfCoerceIdx, GuMap); +typedef GuMap PgfCncOverloadMap; +extern GU_DECLARE_TYPE(PgfCncOverloadMap, GuMap); typedef GuMap PgfProductionIdx; extern GU_DECLARE_TYPE(PgfProductionIdx, GuMap); @@ -232,8 +232,8 @@ struct PgfConcr { PgfFlags* cflags; PgfPrintNames* printnames; GuMap* ccats; - PgfFunIndices* fun_indices; - PgfCoerceIdx* coerce_idx; + PgfCncFunOverloadMap* fun_indices; + PgfCncOverloadMap* coerce_idx; PgfProductionIdx* epsilon_idx; PgfLeftcornerCatIdx* leftcorner_cat_idx; PgfLeftcornerTokIdx* leftcorner_tok_idx; -- cgit v1.2.3