Skip to content

Commit 510c93c

Browse files
committed
* ruby.c (set_arg0): Correct the position of #endif.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2705 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 parent 1f99d95 commit 510c93c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Mon Aug 12 22:29:35 2002 Akinori MUSHA <knu@iDaemons.org>
2+
3+
* ruby.c (set_arg0): Correct the position of #endif.
4+
15
Mon Aug 12 16:15:37 2002 Nobuyoshi Nakada <nobu.nokada@softhome.net>
26

37
* bignum.c (rb_big_cmp): raise for NaN. (ruby-bugs-ja:PR#284).

ruby.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -939,8 +939,8 @@ set_arg0(val, id)
939939
for (i = 1; i < origargc; i++)
940940
origargv[i] = 0;
941941
}
942-
#endif
943942
rb_progname = rb_tainted_str_new2(origargv[0]);
943+
#endif
944944
}
945945

946946
void

0 commit comments

Comments
 (0)