Commit f77618c
committed
Expand
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
```Qnone and Qnull macros1 parent d42a8d6 commit f77618c
1 file changed
Lines changed: 75 additions & 78 deletions
0 commit comments