mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* eval.c, file.c, etc.: code-cleanup patch from Stefan Huehner
<stefan at huehner.org>. [ruby-core:08029] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10351 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
866e083484
commit
1b7465e893
25 changed files with 254 additions and 567 deletions
|
|
@ -35,7 +35,7 @@ typedef struct {
|
|||
long remaining;
|
||||
int printed;
|
||||
} bytestring_t;
|
||||
bytestring_t *bytestring_alloc() {
|
||||
bytestring_t *bytestring_alloc(void) {
|
||||
bytestring_t *ret;
|
||||
/*TRACE0("bytestring_alloc()");*/
|
||||
ret = S_ALLOC(bytestring_t);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue