]> git.proxmox.com Git - qemu.git/commit
json-lexer: fix conflict with mingw32 ERROR definition
authorBlue Swirl <blauwirbel@gmail.com>
Sun, 27 Mar 2011 09:07:54 +0000 (09:07 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Fri, 15 Apr 2011 18:25:38 +0000 (18:25 +0000)
commit33d05394a6f5e7923bc115faf5122b7f38b0418a
tree1b08b95cdaeaf073bbefc5d0043f64c735eb4e23
parent1a00282a739d5cb7247ac3634ddd3e76537ef5eb
json-lexer: fix conflict with mingw32 ERROR definition

The name ERROR is too generic, it conflicts with mingw32 ERROR definition.

Replace ERROR with IN_ERROR.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
json-lexer.c