diff options
author | shyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-01-12 08:38:08 +0000 |
---|---|---|
committer | shyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-01-12 08:38:08 +0000 |
commit | 9456f88f00292d202ba9910b26fdb1cd0a499d93 () | |
tree | 675a69963977c3a098aa710b76e8f77d379f6118 | |
parent | e2b7cb9d321b47c129e3ef9f3ef7b34226fee9c0 (diff) |
[ci skip] add comments about file format (2nd try)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61783 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | insns.def | 42 |
1 files changed, 38 insertions, 4 deletions
@@ -1,15 +1,49 @@ -/** ##skip -*- mode:c; style:ruby; coding: utf-8 -*- insns.def - YARV instruction definitions $Author: $ created at: 04/01/01 01:17:55 JST Copyright (C) 2004-2007 Koichi Sasada */ -/** ##skip - instruction comment - : english description */ /* nop */ |