Changeset 490
- Timestamp:
- 03/17/2008 09:04:30 (6 months ago)
- Files:
-
- 1 modified
-
trunk/shoes/ruby.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/shoes/ruby.c
r489 r490 3843 3843 rb_const_set(cShoes, rb_intern("" # n), re##n); 3844 3844 3845 VALUE progname; 3846 3845 3847 // 3846 3848 // Everything exposed to Ruby is exposed here. … … 3850 3852 { 3851 3853 char proc[SHOES_BUFSIZE]; 3852 VALUEprogname = rb_str_new2("(eval)");3854 progname = rb_str_new2("(eval)"); 3853 3855 rb_define_variable("$0", &progname); 3854 3856 rb_define_variable("$PROGRAM_NAME", &progname);
