CLI
- Modifier entities are now available early, so use them to identify attmods.
This commit is contained in:
@@ -1996,12 +1996,8 @@ bool CLI::isAttribute (const std::string& raw) const
|
|||||||
if (mod[0] == '~')
|
if (mod[0] == '~')
|
||||||
mod = mod.substr (1);
|
mod = mod.substr (1);
|
||||||
|
|
||||||
/*
|
|
||||||
TODO Entities are not loaded yet. Hmm.
|
|
||||||
|
|
||||||
if (! canonicalize (mod, "modifier", mod))
|
if (! canonicalize (mod, "modifier", mod))
|
||||||
return false;
|
return false;
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user