Update VMDEBUG reference doc [ci skip]

Since this commit (9e1b06e17d), the VM Debug Level constant is moved from `vm_insnhelper.h` to `vm_core.h`. This PR is a super tiny update to reflect that change so that people won't waste time on searching in a wrong file.
This commit is contained in:
Nguyễn Quang Minh 2020-04-19 21:38:25 +07:00 committed by GitHub
parent 2af4c1fc5b
commit 73bd2b70e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
Notes: git 2020-04-19 23:38:51 +09:00
Merged: https://github.com/ruby/ruby/pull/3043

Merged-By: nobu <nobu@ruby-lang.org>

View File

@ -37,7 +37,7 @@
#include "vm_core.h"
/* see vm_insnhelper.h for the values */
/* see vm_core.h for the values */
#ifndef VMDEBUG
#define VMDEBUG 0
#endif