File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 1+ /*---------------------------------------------------------*/
2+ /* Rubyfix.h ( NTHU CS MapleBBS Ver 3.10 ) */
3+ /*---------------------------------------------------------*/
4+ /* target : BBSRuby for Ruby1.9.0 */
5+ /* create : 07/12/21 */
6+ /* update : 08/12/22 */
7+ /* Author : itszero */
8+ /*---------------------------------------------------------*/
9+
10+ #define RUBY_EVENT_NONE 0x00
11+ #define RUBY_EVENT_LINE 0x01
12+ #define RUBY_EVENT_CLASS 0x02
13+ #define RUBY_EVENT_END 0x04
14+ #define RUBY_EVENT_CALL 0x08
15+ #define RUBY_EVENT_RETURN 0x10
16+ #define RUBY_EVENT_C_CALL 0x20
17+ #define RUBY_EVENT_C_RETURN 0x40
18+ #define RUBY_EVENT_RAISE 0x80
19+ #define RUBY_EVENT_ALL 0xff
20+ #define RUBY_EVENT_VM 0x100
21+ #define RUBY_EVENT_SWITCH 0x200
You can’t perform that action at this time.
0 commit comments