mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-02 06:47:59 +03:00
replaced context-sensitive implementation of allowing digits at the beginning of names with a more general implementation (Fixes #1730)
(cherry picked from commit 4d94f38f4b
)
This commit is contained in:
parent
ae1439f223
commit
a2294117cd
3 changed files with 22 additions and 21 deletions
|
@ -124,9 +124,6 @@ namespace Compiler
|
|||
|
||||
void listKeywords (std::vector<std::string>& keywords);
|
||||
///< Append all known keywords to \a kaywords.
|
||||
|
||||
/// For the next token allow names to start with a digit.
|
||||
void allowNameStartingwithDigit();
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue