mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 16:44:01 +02:00
parent
f2728c3393
commit
2c76bb7ec0
Notes:
git
2024-07-26 01:29:44 +00:00
1 changed files with 0 additions and 10 deletions
10
rubyparser.h
10
rubyparser.h
|
@ -573,8 +573,6 @@ typedef struct RNode_ZSUPER {
|
||||||
* alen (length of list) | * nd_end (point to the last LIST)
|
* alen (length of list) | * nd_end (point to the last LIST)
|
||||||
* next -----------------+ * next
|
* next -----------------+ * next
|
||||||
|
|
||||||
|
|
||||||
RNode_LIST and RNode_VALUES should be same structure
|
|
||||||
*/
|
*/
|
||||||
typedef struct RNode_LIST {
|
typedef struct RNode_LIST {
|
||||||
NODE node;
|
NODE node;
|
||||||
|
@ -591,14 +589,6 @@ typedef struct RNode_ZLIST {
|
||||||
NODE node;
|
NODE node;
|
||||||
} rb_node_zlist_t;
|
} rb_node_zlist_t;
|
||||||
|
|
||||||
typedef struct RNode_VALUES {
|
|
||||||
NODE node;
|
|
||||||
|
|
||||||
struct RNode *nd_head;
|
|
||||||
long nd_alen;
|
|
||||||
struct RNode *nd_next;
|
|
||||||
} rb_node_values_t;
|
|
||||||
|
|
||||||
typedef struct RNode_HASH {
|
typedef struct RNode_HASH {
|
||||||
NODE node;
|
NODE node;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue