You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
```
0 commit comments