diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-04-26 08:42:34 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-04-26 08:42:34 +0000 |
| commit | 761a8d8ea50d27fe9e11ad458a1b9a56626665bb (patch) | |
| tree | f8c3eed2ae9af836a5af8710a3e5aedac31703ec /error.c | |
| parent | e2c2937d2d308fb2542f5b0861b6bbc6a8ecca64 (diff) | |
| download | ruby-761a8d8ea50d27fe9e11ad458a1b9a56626665bb.tar.gz ruby-761a8d8ea50d27fe9e11ad458a1b9a56626665bb.tar.xz ruby-761a8d8ea50d27fe9e11ad458a1b9a56626665bb.zip | |
* error.c (builtin_types), gc.c (count_objects): added Complex and
Rational.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16203 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'error.c')
| -rw-r--r-- | error.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -256,6 +256,8 @@ static const struct types { {T_STRUCT, "Struct"}, {T_BIGNUM, "Bignum"}, {T_FILE, "File"}, + {T_RATIONAL,"Rational"}, + {T_COMPLEX, "Complex"}, {T_TRUE, "true"}, {T_FALSE, "false"}, {T_SYMBOL, "Symbol"}, /* :symbol */ |
