зеркало из https://github.com/github/ruby.git
node.h: Remove not used macros
* node.h (nd_modl, nd_clss_, nd_tval, nd_visi_): Remove not used macros. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60902 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
7128849c8c
Коммит
6240f58353
6
node.h
6
node.h
|
@ -344,9 +344,6 @@ typedef struct RNode {
|
|||
#define nd_cpath u1.node
|
||||
#define nd_super u3.node
|
||||
|
||||
#define nd_modl u1.id
|
||||
#define nd_clss_ u1.value
|
||||
|
||||
#define nd_beg u1.node
|
||||
#define nd_end u2.node
|
||||
#define nd_state u3.state
|
||||
|
@ -355,9 +352,6 @@ typedef struct RNode {
|
|||
#define nd_nth u2.argc
|
||||
|
||||
#define nd_tag u1.id
|
||||
#define nd_tval u2.value
|
||||
|
||||
#define nd_visi_ u2.argc
|
||||
|
||||
#define nd_alias u1.id
|
||||
#define nd_orig u2.id
|
||||
|
|
Загрузка…
Ссылка в новой задаче