diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-10-20 01:38:04 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-10-20 01:38:04 +0000 |
| commit | 86c19d0baf4d9169a943e9028709365d602d17bd (patch) | |
| tree | 812149ffc2ca8d55635c534f9f51895c1130141d /parse.y | |
| parent | 99a0c77bb5c2caab783fc3e7f3edb52cd62b7c12 (diff) | |
| download | ruby-86c19d0baf4d9169a943e9028709365d602d17bd.tar.gz ruby-86c19d0baf4d9169a943e9028709365d602d17bd.tar.xz ruby-86c19d0baf4d9169a943e9028709365d602d17bd.zip | |
rdoc
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7082 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'parse.y')
| -rw-r--r-- | parse.y | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -8218,6 +8218,7 @@ parser_new() #ifdef RIPPER_DEBUG extern int rb_is_pointer_to_heap _((VALUE)); +/* :nodoc: */ static VALUE ripper_validate_object(self, x) VALUE self, x; @@ -8696,6 +8697,7 @@ ripper_lineno(self) } #ifdef RIPPER_DEBUG +/* :nodoc: */ static VALUE ripper_assert_Qundef(self, obj, msg) VALUE self, obj, msg; @@ -8707,6 +8709,7 @@ ripper_assert_Qundef(self, obj, msg) return Qnil; } +/* :nodoc: */ static VALUE ripper_value(self, obj) VALUE self, obj; |
