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)
commit1cfa7bdd2b3a2a321f9952e0d263618f68f34598
tree1b08b95cdaeaf073bbefc5d0043f64c735eb4e23
parente16c1476748f3c95db9c72791f88ae2ca45d1272
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