summaryrefslogtreecommitdiff
path: root/internal/ruby_parser.h
diff options
context:
space:
mode:
authoryui-knk <[email protected]>2024-04-21 15:07:38 +0900
committerYuichiro Kaneko <[email protected]>2024-04-22 15:32:21 +0900
commitf77618c1fad9b9fc62d62214f4a300770cc7b6cc (patch)
tree0a2e7359d965fb58c91b62d91f453e9645dff3db /internal/ruby_parser.h
parentd42a8d66024f0a86c5a162eeffff1ab91ad9fa43 (diff)
Expand `Qnone` and `Qnull` macros
In the past, `Qnone` and `Qnull` had different values in ripper context like below. However 89cfc152071 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 ```
Diffstat (limited to 'internal/ruby_parser.h')
0 files changed, 0 insertions, 0 deletions