]> git.proxmox.com Git - qemu.git/commit - hw/bt-sdp.c
Do not redefine reserved key-words TRUE/FALSE
authorJes Sorensen <Jes.Sorensen@redhat.com>
Tue, 26 Oct 2010 08:39:24 +0000 (10:39 +0200)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 30 Oct 2010 08:02:38 +0000 (08:02 +0000)
commitff753bb9a60780e7af93288ac55bf1277a30cff7
tree90cec65ff7e7d22babbf353db020bfbf40c13bfe
parentdc786bc9103801fac5b90511b0761255b4eab622
Do not redefine reserved key-words TRUE/FALSE

TRUE/FALSE are generally reserved keywords and shouldn't be defined in
a driver like this. Rename the macros to SDP_TRUE and SDP_FALSE
respectively.

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
hw/bt-sdp.c