Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In the past, `Qnone` and `Qnull` had different values in ripper context like below. However 89cfc15 removes the usage in ripper context, then expand the macro. ``` #ifndef RIPPER # define Qnone 0 # define Qnull 0 #else # define Qnone Qnil # define Qnull Qundef #endif ```
- Loading branch information