Go to the documentation of this file.
23 #ifndef Py_LIMITED_API
28 #define NCH(n) ((n)->n_nchildren)
30 #define CHILD(n, i) (&(n)->n_child[i])
31 #define RCHILD(n, i) (CHILD(n, NCH(n) + i))
32 #define TYPE(n) ((n)->n_type)
33 #define STR(n) ((n)->n_str)
36 #define REQ(n, type) assert(TYPE(n) == (type))
Copyright 2014 Google Inc. All rights reserved.