Skip to content

Commit f77618c

Browse files
committed
Expand Qnone and Qnull macros
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 ```
1 parent d42a8d6 commit f77618c

File tree

1 file changed

+75
-78
lines changed

1 file changed

+75
-78
lines changed

0 commit comments

Comments
 (0)