diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-09-20 15:47:06 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-09-20 15:47:06 +0000 |
| commit | 73f2e15d4ffbbd6a1d303979e5c8a29b376492c5 (patch) | |
| tree | 3247645c21d3c0b1f9b32cee7badaf36862f27e5 /parse.y | |
| parent | d11c43f386207dd11f329a1928fb3a9bed6864a9 (diff) | |
| download | ruby-73f2e15d4ffbbd6a1d303979e5c8a29b376492c5.tar.gz ruby-73f2e15d4ffbbd6a1d303979e5c8a29b376492c5.tar.xz ruby-73f2e15d4ffbbd6a1d303979e5c8a29b376492c5.zip | |
literal_append: remove.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2877 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'parse.y')
| -rw-r--r-- | parse.y | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -129,7 +129,6 @@ static NODE *list_concat(); static NODE *arg_concat(); static NODE *arg_prepend(); static NODE *literal_concat(); -static NODE *literal_append(); static NODE *new_evstr(); static NODE *call_op(); static int in_defined = 0; |
