]> git.proxmox.com Git - mirror_qemu.git/commit
libdecnumber: Eliminate redundant declarations
authorTom Musta <tommusta@gmail.com>
Mon, 21 Apr 2014 20:54:50 +0000 (15:54 -0500)
committerAlexander Graf <agraf@suse.de>
Mon, 16 Jun 2014 11:24:28 +0000 (13:24 +0200)
commit426d9a1a59e07ebcde3ec55c8b7997e44ce34d2d
treebc2503c0e08cac7cd0f6a4897dbf8f50a9e2bac1
parent9b7a14b0640110cbb1017c4b701b96dddc659d37
libdecnumber: Eliminate redundant declarations

Eliminate redundant declarations of symbols DPD2BIN and BIN2DPD in
various .c source files.  These symbols are already declared in decDPD.h and
thus will trigger 'redundant redeclaration of ?XXX?' warnings, which, of
course, may fail QEMU compilation.

Signed-off-by: Tom Musta <tommusta@gmail.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
libdecnumber/dpd/decimal128.c
libdecnumber/dpd/decimal32.c
libdecnumber/dpd/decimal64.c