diff options
Diffstat (limited to 'vm.h')
-rw-r--r-- | vm.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -245,6 +245,9 @@ default: \ } \ } +#define RUBYVM_CFUNC_FRAME_P(cfp) \ + ((cfp)->magic == FRAME_MAGIC_CFUNC) + /* * Excception */ |