13 #define tDOT2 RUBY_TOKEN(DOT2) 14 #define tDOT3 RUBY_TOKEN(DOT3) 15 #define tUPLUS RUBY_TOKEN(UPLUS) 16 #define tUMINUS RUBY_TOKEN(UMINUS) 17 #define tPOW RUBY_TOKEN(POW) 18 #define tCMP RUBY_TOKEN(CMP) 19 #define tLSHFT RUBY_TOKEN(LSHFT) 20 #define tRSHFT RUBY_TOKEN(RSHFT) 21 #define tLEQ RUBY_TOKEN(LEQ) 22 #define tGEQ RUBY_TOKEN(GEQ) 23 #define tEQ RUBY_TOKEN(EQ) 24 #define tEQQ RUBY_TOKEN(EQQ) 25 #define tNEQ RUBY_TOKEN(NEQ) 26 #define tMATCH RUBY_TOKEN(MATCH) 27 #define tNMATCH RUBY_TOKEN(NMATCH) 28 #define tAREF RUBY_TOKEN(AREF) 29 #define tASET RUBY_TOKEN(ASET) 30 #define tCOLON2 RUBY_TOKEN(COLON2) 31 #define tANDOP RUBY_TOKEN(ANDOP) 32 #define tOROP RUBY_TOKEN(OROP) 33 #define tANDDOT RUBY_TOKEN(ANDDOT) 66 #define rb_intern(str) rb_intern_const(str) 78 REGISTER_SYMID(idSingleton_method_added,
"singleton_method_added");
80 REGISTER_SYMID(idSingleton_method_removed,
"singleton_method_removed");
82 REGISTER_SYMID(idSingleton_method_undefined,
"singleton_method_undefined");
#define REGISTER_SYMID(id, name)
rb_encoding * rb_usascii_encoding(void)