summaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-14 08:57:07 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-14 08:57:07 +0000
commitea9fee5aecea500a77b6fc1c78af829c9d25d7d3 (patch)
tree36639504d69b3a58522706e956fe7326d0011eb2 /common.mk
parent3898f740990f359fafe930dc9c93f19003b936a0 (diff)
downloadruby-ea9fee5aecea500a77b6fc1c78af829c9d25d7d3.tar.gz
ruby-ea9fee5aecea500a77b6fc1c78af829c9d25d7d3.tar.xz
ruby-ea9fee5aecea500a77b6fc1c78af829c9d25d7d3.zip
* include/ruby/encoding.h (rb_enc_ispunct): added.
* common.mk (COMMONOBJS), inits.c (rb_call_inits): id.c is now included from parse.c. * id.c (Init_id), id.h (ruby_method_ids): added IDs used by VM. * parse.y (global_symbols): added rooms for VM IDs. * parse.y (rb_intern3, rb_id2str): single puctuation symbol is now same as char code. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18614 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index 40716461a..390b443fe 100644
--- a/common.mk
+++ b/common.mk
@@ -79,7 +79,6 @@ COMMONOBJS = array.$(OBJEXT) \
vm_dump.$(OBJEXT) \
thread.$(OBJEXT) \
cont.$(OBJEXT) \
- id.$(OBJEXT) \
$(BUILTIN_ENCOBJS) \
$(MISSING)