зеркало из https://github.com/github/ruby.git
* vsnprintf.c: remove duplicated def of `UNINITIALIZED_VAR()'.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44833 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
d76b382683
Коммит
ae411fb558
|
@ -1,3 +1,7 @@
|
|||
Wed Feb 5 14:41:56 2014 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* vsnprintf.c: remove duplicated def of `UNINITIALIZED_VAR()'.
|
||||
|
||||
Wed Feb 5 14:40:16 2014 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* ext/objspace/objspace_dump.c (dump_object): use STR_SHARED_P()
|
||||
|
|
|
@ -127,12 +127,6 @@
|
|||
# include <errno.h>
|
||||
#endif
|
||||
|
||||
#if __GNUC__ >= 3
|
||||
#define UNINITIALIZED_VAR(x) x = x
|
||||
#else
|
||||
#define UNINITIALIZED_VAR(x) x
|
||||
#endif
|
||||
|
||||
/*
|
||||
* NB: to fit things in six character monocase externals, the stdio
|
||||
* code uses the prefix `__s' for stdio objects, typically followed
|
||||
|
|
Загрузка…
Ссылка в новой задаче