aboutsummaryrefslogtreecommitdiffstats
path: root/template/insns.inc.tmpl
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-02-02 15:21:41 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-02-02 15:21:41 +0000
commitc1f5d2271974b3b36a472a3af3c2acd275c69a65 (patch)
tree6128a79dae15e30f31ff321b0aad2057f428162c /template/insns.inc.tmpl
parent6cee897b59eafc2d8e2d4390f9f60f1e89e8733d (diff)
downloadruby-c1f5d2271974b3b36a472a3af3c2acd275c69a65.tar.gz
* *.def, proc.c, vm_opts.h.base, template/*: set properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11617 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'template/insns.inc.tmpl')
-rw-r--r--template/insns.inc.tmpl42
1 files changed, 21 insertions, 21 deletions
diff --git a/template/insns.inc.tmpl b/template/insns.inc.tmpl
index b5c17b3635..05af3e81f3 100644
--- a/template/insns.inc.tmpl
+++ b/template/insns.inc.tmpl
@@ -1,21 +1,21 @@
-/** -*-c-*-
- This file contains YARV instructions list.
-
- ----
- This file is auto generated by insns2vm.rb
- DO NOT TOUCH!
-
- If you want to fix something, you must edit 'template/insns.inc.tmpl'
- or insns2vm.rb
- */
-
-
-/* BIN : Basic Instruction Name */
-#define BIN(n) YARVINSN_##n
-
-enum{
-<%= insns %>
-};
-
-#define YARV_MAX_INSTRUCTION_SIZE <%= @insns.size %>
-
+/** -*-c-*-
+ This file contains YARV instructions list.
+
+ ----
+ This file is auto generated by insns2vm.rb
+ DO NOT TOUCH!
+
+ If you want to fix something, you must edit 'template/insns.inc.tmpl'
+ or insns2vm.rb
+ */
+
+
+/* BIN : Basic Instruction Name */
+#define BIN(n) YARVINSN_##n
+
+enum{
+<%= insns %>
+};
+
+#define YARV_MAX_INSTRUCTION_SIZE <%= @insns.size %>
+