From 5e379106b5e6e6c61958339fd3038119505e49b5 Mon Sep 17 00:00:00 2001 From: ocean Date: Sun, 15 Feb 2004 12:00:51 +0000 Subject: * dir.c (push_braces): remove wrong const. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5715 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- dir.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dir.c') diff --git a/dir.c b/dir.c index 580d2617e0..96fce7339e 100644 --- a/dir.c +++ b/dir.c @@ -1348,8 +1348,8 @@ push_braces(ary, s, flags) const char *s; int flags; { - char *buf; - const char *p, *t, *b; + char *buf, *b; + const char *p, *t; const char *lbrace, *rbrace; int nest = 0; -- cgit v1.2.3