1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

template/insns.inc.tmpl, insns_info.inc.tmpl, known_errors.inc.tmpl,

minsns.inc.tmpl: fixed path of generating script.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48145 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
duerst 2014-10-26 03:26:31 +00:00
parent d1ec43ae7a
commit 68e19ae855
4 changed files with 4 additions and 4 deletions

View file

@ -6,7 +6,7 @@
DO NOT TOUCH!
If you want to fix something, you must edit 'template/insns.inc.tmpl'
or insns2vm.rb
or tool/insns2vm.rb
*/

View file

@ -6,7 +6,7 @@
DO NOT TOUCH!
If you want to fix something, you must edit 'template/insns_info.inc.tmpl'
or insns2vm.rb
or tool/insns2vm.rb
*/
<%= insn_type_chars %>

View file

@ -1,6 +1,6 @@
/** -*-c-*-
* DO NOT EDIT
* This file is automatically generated by tools/generic_erb.rb from
* This file is automatically generated by tool/generic_erb.rb from
* template/known_errors.inc.tmpl and defs/known_errors.def.
*/

View file

@ -6,7 +6,7 @@
DO NOT TOUCH!
If you want to fix something, you must edit 'template/minsns.inc.tmpl'
or insns2vm.rb
or tool/insns2vm.rb
*/
<%= defs %>