summaryrefslogtreecommitdiffstats
path: root/parse.y
diff options
context:
space:
mode:
authormichal <michal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-07-02 09:58:13 +0000
committermichal <michal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-07-02 09:58:13 +0000
commitbfd97c56dce2333205c37f97a188f4d250cbec73 (patch)
tree6e19c7589dc0277ea8ae130c04244d845fd3a4fc /parse.y
parent9ec3ba46f96c5cff36a384c93523b4be94cf030c (diff)
downloadruby-bfd97c56dce2333205c37f97a188f4d250cbec73.tar.gz
ruby-bfd97c56dce2333205c37f97a188f4d250cbec73.tar.xz
ruby-bfd97c56dce2333205c37f97a188f4d250cbec73.zip
object.c: rb_Integer reformat, nil#to_f added to rb_define_method.
parse.y: Clean unused vars. range.c: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2614 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'parse.y')
-rw-r--r--parse.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse.y b/parse.y
index 287a497b8..c71dc9264 100644
--- a/parse.y
+++ b/parse.y
@@ -3036,7 +3036,7 @@ here_document(here)
NODE *here;
{
int c, func, indent = 0;
- char *eos, *p;
+ char *eos;
int len;
VALUE str = 0, line;