From ae411fb558b0444404097e19bbe94457056a2118 Mon Sep 17 00:00:00 2001 From: ko1 Date: Wed, 5 Feb 2014 05:42:52 +0000 Subject: * 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 --- ChangeLog | 4 ++++ vsnprintf.c | 6 ------ 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index edfebede38..3cd217118c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Wed Feb 5 14:41:56 2014 Koichi Sasada + + * vsnprintf.c: remove duplicated def of `UNINITIALIZED_VAR()'. + Wed Feb 5 14:40:16 2014 Koichi Sasada * ext/objspace/objspace_dump.c (dump_object): use STR_SHARED_P() diff --git a/vsnprintf.c b/vsnprintf.c index 5266927d7f..d8e66cdbd0 100644 --- a/vsnprintf.c +++ b/vsnprintf.c @@ -127,12 +127,6 @@ # include #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 -- cgit v1.2.3