summaryrefslogtreecommitdiffstats
path: root/src/lookup/lookup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lookup/lookup.h')
-rw-r--r--src/lookup/lookup.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lookup/lookup.h b/src/lookup/lookup.h
index 47fe204..1a7ad55 100644
--- a/src/lookup/lookup.h
+++ b/src/lookup/lookup.h
@@ -68,9 +68,10 @@ class FacadePhraseIndex;
* See also comments on lookup_value_t.
*/
-typedef GHashTable * LookupStepIndex;
/* Key: lookup_key_t, Value: int m, index to m_steps_content[i][m] */
-typedef GArray * LookupStepContent; /* array of lookup_value_t */
+typedef GHashTable * LookupStepIndex;
+/* Array of lookup_value_t or trellis_node */
+typedef GArray * LookupStepContent;
bool convert_to_utf8(FacadePhraseIndex * phrase_index,
MatchResult match_result,