mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
qjson: Spell out some silent assumptions
Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <1448486613-17634-5-git-send-email-armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
parent
f0ae0304c7
commit
b8d3b1da3c
2 changed files with 8 additions and 2 deletions
|
@ -18,7 +18,8 @@
|
|||
#include "qapi/qmp/qlist.h"
|
||||
|
||||
typedef enum json_token_type {
|
||||
JSON_OPERATOR = 100,
|
||||
JSON_MIN = 100,
|
||||
JSON_OPERATOR = JSON_MIN,
|
||||
JSON_INTEGER,
|
||||
JSON_FLOAT,
|
||||
JSON_KEYWORD,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue