mirror of
https://github.com/ruby/ruby.git
synced 2025-08-24 13:34:17 +02:00
Remove version templating in YARP
This commit is contained in:
parent
aea7e91828
commit
ca9a44795b
Notes:
git
2023-08-25 22:21:12 +00:00
12 changed files with 18 additions and 146 deletions
|
@ -59,9 +59,9 @@ public class Loader {
|
|||
expect((byte) 'R');
|
||||
expect((byte) 'P');
|
||||
|
||||
expect((byte) <%= YARP_VERSION_MAJOR %>);
|
||||
expect((byte) <%= YARP_VERSION_MINOR %>);
|
||||
expect((byte) <%= YARP_VERSION_PATCH %>);
|
||||
expect((byte) 0);
|
||||
expect((byte) 8);
|
||||
expect((byte) 0);
|
||||
|
||||
// This loads the name of the encoding. We don't actually do anything
|
||||
// with it just yet.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue