diff options
author | Mike Pall <mike> | 2011-01-19 00:40:03 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2011-01-19 00:40:03 +0100 |
commit | 925050fe3ffae269f77757679270432dbad7f010 (patch) | |
tree | b332535f323ca99d7ee9d5b99c73f15de09ea43b /lib | |
parent | 685dfc317270642fbf2a686799ca2b31ea42e0de (diff) | |
download | luajit-925050fe3ffae269f77757679270432dbad7f010.tar.gz luajit-925050fe3ffae269f77757679270432dbad7f010.tar.bz2 luajit-925050fe3ffae269f77757679270432dbad7f010.zip |
Differentiate between IR_KPTR and IR_KKPTR.
IR_KPTR holds a const pointer to possibly non-const content.
IR_KKPTR holds a const pointer to definitely const content.
Note that only content known by the VM to be const qualifies.
Content tagged as const by users (e.g. const char *) doesn't.
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions