Skip to content

Commit 8959c87

Browse files
committed
Create RubyFix.h
1 parent 1f2e213 commit 8959c87

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

RubyFix.h

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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

0 commit comments

Comments
 (0)