diff options
author | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-05-22 04:28:13 +0000 |
---|---|---|
committer | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-05-22 04:28:13 +0000 |
commit | 559d021d200a2e5457fa89a8ddbaf15ab1aeecb9 (patch) | |
tree | 1d792cc7c0f375ed4657c294201065858db2ad73 /vm_opts.h | |
parent | dc217e2d25d1994aadaaaac98179d374fc9c3366 (diff) |
* eval.c, vm.c, vm_core.h, vm_insnhelper.c: specify "const".
* vm_opts.h: add a OPT_TOKEN_THREADED_CODE macro.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16524 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm_opts.h')
-rw-r--r-- | vm_opts.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ /* C compiler depend */ #define OPT_DIRECT_THREADED_CODE 1 +#define OPT_TOKEN_THREADED_CODE 0 #define OPT_CALL_THREADED_CODE 0 /* VM running option */ |