summaryrefslogtreecommitdiff
path: root/file.c
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-05-29 05:22:02 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-05-29 05:22:02 +0000
commitb1de4f25e27845bbeae835ed6a1b2be7f4f2d79c (patch)
treef9cd97fde1f2d91bced2df09feeb4c119a5a4270 /file.c
parent15e3bac6235e8396eafd79753c15f5f81e862149 (diff)
* time.c (time_arg): nil test against v[6] (usec).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@2501 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'file.c')
-rw-r--r--file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/file.c b/file.c
index 7a76f6097d..a2b7966457 100644
--- a/file.c
+++ b/file.c
@@ -267,7 +267,7 @@ rb_stat_inspect(self)
{
VALUE str;
int i;
- struct {
+ static struct {
char *name;
VALUE (*func)();
} member[] = {