Skip to content

Commit

Permalink
Expand Qnone and Qnull macros
Browse files Browse the repository at this point in the history
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
yui-knk committed Apr 22, 2024
1 parent d42a8d6 commit f77618c
Showing 1 changed file with 75 additions and 78 deletions.
Loading

0 comments on commit f77618c

Please sign in to comment.