diff options
author | Damien George <damien.p.george@gmail.com> | 2014-01-15 22:14:03 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-01-15 22:14:03 +0000 |
commit | d02c6d896292d585ba2a46c194cfe00da33a2a72 (patch) | |
tree | f8b20e6dee9ffa961120162710b413d265f77152 /py/mpqstrraw.h | |
parent | e2fb2baaa48ef6da317a533b5d168b1ab0fcefe8 (diff) |
Implement eval.
Diffstat (limited to 'py/mpqstrraw.h')
-rw-r--r-- | py/mpqstrraw.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/mpqstrraw.h b/py/mpqstrraw.h index 3ee569aec..06f83ddf0 100644 --- a/py/mpqstrraw.h +++ b/py/mpqstrraw.h @@ -42,6 +42,7 @@ Q(chr) Q(complex) Q(dict) Q(divmod) +Q(eval) Q(float) Q(hash) Q(int) |