diff options
| author | yui-knk <spiketeika@gmail.com> | 2023-07-16 11:57:13 +0900 |
|---|---|---|
| committer | Yuichiro Kaneko <spiketeika@gmail.com> | 2023-07-16 19:27:08 +0900 |
| commit | 0a570a00699a08577270dc3fa0d7ebaf749d41a3 (patch) | |
| tree | a8680bc5392c3cc743df1c5bce342b234d9fad2b /ruby_assert.h | |
| parent | 5c77402d885799e2465e291bf879dcfbd06ba77c (diff) | |
Fix `#line` directive filename of ripper.c
Before:
```c
/* First part of user prologue. */
#line 14 "parse.y"
```
After:
```c
/* First part of user prologue. */
#line 14 "ripper.y"
```
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/8083
Diffstat (limited to 'ruby_assert.h')
0 files changed, 0 insertions, 0 deletions
