* 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:
ko1 2014-02-05 05:42:52 +00:00
Родитель d76b382683
Коммит ae411fb558
2 изменённых файлов: 4 добавлений и 6 удалений

Просмотреть файл

@ -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