summaryrefslogtreecommitdiff
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
commit46934759bca1d214e70ee1ed7db781202dba953a (patch)
tree6e19c7589dc0277ea8ae130c04244d845fd3a4fc /parse.y
parent39e205994c917907055615146d14b3ce3054c140 (diff)
object.c: rb_Integer reformat, nil#to_f added to rb_define_method.
parse.y: Clean unused vars. range.c: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/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 287a497b8d..c71dc92646 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;