diff options
Diffstat (limited to 'py/makeqstrdata.py')
-rw-r--r-- | py/makeqstrdata.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/makeqstrdata.py b/py/makeqstrdata.py index afde772054..34413f0beb 100644 --- a/py/makeqstrdata.py +++ b/py/makeqstrdata.py @@ -20,6 +20,7 @@ codepoint2name[ord('%')] = 'percent' codepoint2name[ord('#')] = 'hash' codepoint2name[ord('{')] = 'brace_open' codepoint2name[ord('}')] = 'brace_close' +codepoint2name[ord('*')] = 'star' # this must match the equivalent function in qstr.c def compute_hash(qstr): |