add a comment regarding another CHARSET case

This commit is contained in:
Sven M. Hallberg 2015-09-16 18:50:21 +02:00
parent 422f88c4aa
commit 3eb2a2023d

View file

@ -52,7 +52,7 @@ static void transform_productions(const HLRTable *table, HLREnhGrammar *eg,
if (xAy->type != HCF_CHOICE) { if (xAy->type != HCF_CHOICE) {
return; return;
} }
// XXX CHARSET? // NB: nothing to do on quasi-terminal CHARSET which carries no list of rhs's
HArena *arena = eg->arena; HArena *arena = eg->arena;