Project

General

Profile

« Previous | Next » 

Revision cf336082

Added by shyouhei (Shyouhei Urabe) about 6 years ago

refactor constify most of rb_method_definition_t

Most (if not all) of the fields of rb_method_definition_t are never
meant to be modified once after they are stored. Marking them const
makes it possible for compilers to warn on unintended modifications.