mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* include/ruby/util.h: removed extra semicolon in definition of
macro. * compile.c: ditto. * cont.c: ditto. * math.c: ditto. * node.c: ditto. * parse.y: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37781 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
1ac4e6d274
commit
c07d295204
7 changed files with 17 additions and 7 deletions
|
@ -62,7 +62,7 @@ void ruby_unsetenv(const char *);
|
|||
#undef setenv
|
||||
#undef unsetenv
|
||||
#define setenv(name,val) ruby_setenv((name),(val))
|
||||
#define unsetenv(name,val) ruby_unsetenv(name);
|
||||
#define unsetenv(name,val) ruby_unsetenv(name)
|
||||
|
||||
char *ruby_strdup(const char *);
|
||||
#undef strdup
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue