summaryrefslogtreecommitdiff
path: root/ruby_parser.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-10-13 02:28:35 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-10-13 02:28:35 +0900
commit17b0643392749f45b7aacb64fc1c1bd704d42b4c (patch)
treef949fbb626dd71e9e00884aa929051a459372030 /ruby_parser.c
parent2dca02e273489c802a9860284a17333ddf67f161 (diff)
[Bug #19924] Source code should be unsigned char stream
Use `peekc` or `nextc` to fetch the next character, instead of reading from `lex.pcur` directly, for compilers that plain char is signed.
Diffstat (limited to 'ruby_parser.c')
0 files changed, 0 insertions, 0 deletions