summaryrefslogtreecommitdiff
path: root/template/insns.inc.tmpl
diff options
context:
space:
mode:
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 %>
+