[TD-711] fix the token define conflicts

This commit is contained in:
liu0x54 2020-06-20 08:51:06 +00:00
parent e8877f5f21
commit dba77aa8e3
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
// All the keywords of the SQL language are stored in a hash table
typedef struct SKeyword {
const char* name; // The keyword name
uint8_t type; // type
uint16_t type; // type
uint8_t len; // length
} SKeyword;