Skip to content
Snippets Groups Projects
Commit f06521a7 authored by pycsham's avatar pycsham
Browse files

a quick fix for explicit this calls

parent d409c920
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ idToTokenDict = dict({
'return': 'RETURN',
'short': 'SHORT',
'static': 'STATIC',
'this': 'THIS',
# 'this': 'THIS',
'void': 'VOID',
'while': 'WHILE',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment