- Modifier entities are now available early, so use them to identify
  attmods.
This commit is contained in:
Paul Beckingham 2014-10-31 20:08:50 -04:00
parent d5e732b47d
commit 975b20a517

View file

@ -1996,12 +1996,8 @@ bool CLI::isAttribute (const std::string& raw) const
if (mod[0] == '~')
mod = mod.substr (1);
/*
TODO Entities are not loaded yet. Hmm.
if (! canonicalize (mod, "modifier", mod))
return false;
*/
}
/*