|
lateau |
* strftime.c: remove unnecessary macros to check traditional c
…
* vsnprintf.c: remove k&r |
1276ba1
|
One of the Rules for Core Developers stated here:
K&R function declarations are used throughout Ruby’s source code and its packaged extensions.
Is that already obsolete?
Removing K&R function declarations is OK: http://bugs.ruby-lang.org/projects/ruby/wiki/DeveloperHowto#coding-style
|
nobu |
unecessary macros and K&R style coding
…
* strftime.c: remove unnecessary macros to check traditional C. ruby#46 by lateau (Daehyub Kim). * vsnprintf.c: remove K&R. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36710 b2dd03c8-39d4-4d8f-98ff-823fe69b080e |
31bea5d
|
|
nobu |
unecessary macros and K&R style coding
…
* strftime.c: remove unnecessary macros to check traditional C. ruby#46 by lateau (Daehyub Kim). * vsnprintf.c: remove K&R. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36710 b2dd03c8-39d4-4d8f-98ff-823fe69b080e |
e606b55
|
* strftime.c: remove unnecessary macros to check traditional c …
* vsnprintf.c: remove k&r