Skip to content

Commit

Permalink
* template/id.h.tmpl: fix this.
Browse files Browse the repository at this point in the history
* id.h: removed.  Because this file is generated automatically.



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24770 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
ko1 committed Sep 6, 2009
1 parent f825d84 commit 55cfc1e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 170 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Sun Sep 6 17:47:21 2009 Koichi Sasada <[email protected]>

* template/id.h.tmpl: fix this.

* id.h: removed. Because this file is generated automatically.

Sun Sep 6 17:31:28 2009 Koichi Sasada <[email protected]>

* compile.c (iseq_specialized_instruction), insns.def (opt_size):
Expand Down
170 changes: 0 additions & 170 deletions id.h

This file was deleted.

2 changes: 2 additions & 0 deletions template/id.h.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ enum ruby_method_ids {
tIntern,
tMethodMissing,
tLength,
tSize,
tGets,
tSucc,
tEach,
Expand All @@ -112,6 +113,7 @@ enum ruby_method_ids {
TOKEN2ID(Intern),
TOKEN2ID(MethodMissing),
TOKEN2ID(Length),
TOKEN2ID(Size),
TOKEN2ID(Gets),
TOKEN2ID(Succ),
TOKEN2ID(Each),
Expand Down

0 comments on commit 55cfc1e

Please sign in to comment.