diff options
| author | Kevin Newton <kddnewton@gmail.com> | 2023-08-18 20:47:58 -0400 |
|---|---|---|
| committer | Jemma Issroff <jemmaissroff@gmail.com> | 2023-08-21 10:43:21 -0700 |
| commit | e63bac3128a5ce584c904ee247ce5cafc5d0c56a (patch) | |
| tree | bc3ca9d5e7758aa1b717252707a6055b73467765 | |
| parent | a7f40fc2d77e8317edaf3bbaa8835c2cafd29802 (diff) | |
[ruby/yarp] Rename statements to body where appropriate
https://github.com/ruby/yarp/commit/0aa7d9d10c
| -rw-r--r-- | yarp/yarp.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/yarp/yarp.c b/yarp/yarp.c index 407c71a5dc..d521b7ead9 100644 --- a/yarp/yarp.c +++ b/yarp/yarp.c @@ -2695,9 +2695,13 @@ yp_lambda_node_create( .opening_loc = YP_LOCATION_TOKEN_VALUE(opening), .parameters = parameters, <<<<<<< HEAD:yarp/yarp.c +<<<<<<< HEAD:yarp/yarp.c .body = body ======= .statements = statements +======= + .body = body +>>>>>>> 0aa7d9d10c (Rename statements to body where appropriate):src/yarp.c }; return node; |
