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

* insns.def: change encoding pragma for emacs (shift_jis to utf-8).

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33195 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nagachika 2011-09-05 12:02:30 +00:00
parent 1cd56023d3
commit 4117048c40
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Mon Sep 5 20:59:30 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>
* insns.def: change encoding pragma for emacs (shift_jis to utf-8).
Mon Sep 5 19:32:15 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>
* Makefile.in (INSNS): change command line option -Ks to -Ku for

View file

@ -1,4 +1,4 @@
/** ##skip -*- mode:c; style:ruby; coding: shift_jis -*-
/** ##skip -*- mode:c; style:ruby; coding: utf-8 -*-
insns.def - YARV instruction definitions
$Author: $