mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
no K&R style
* enc/encinit.c.erb (Init_enc): no K&R style anymore. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35711 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e546f716d0
commit
08b1523553
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@
|
|||
|
||||
void ruby_init_ext(const char *name, void (*init)(void));
|
||||
|
||||
void Init_enc()
|
||||
void
|
||||
Init_enc(void)
|
||||
{
|
||||
% ENCS.each do |enc|
|
||||
init(Init_<%= enc %>, "enc/<%= enc %>.so");
|
||||
|
|
Loading…
Reference in a new issue