[ruby-cvs:78593] 60c53ff6ee (master): vm_core.h (iseq_unique_id): prefer uintptr_t instead of unsigned long
"Yusuke Endoh" <[email protected]>
| Newsgroups | gmane.comp.lang.ruby.cvs |
|---|---|
| Message-ID | <[email protected]> |
Yusuke Endoh 2019-12-10 17:10:23 +0900 (Tue, 10 Dec 2019)
New Revision: 60c53ff6ee
https://github.com/ruby/ruby/commit/60c53ff6ee
Log:
vm_core.h (iseq_unique_id): prefer uintptr_t instead of unsigned long
It produced a warning about type cast in LLP64 (i.e., windows).
Modified files:
iseq.c
vm_args.c
vm_core.h