[TD-711] fix the token define conflicts
This commit is contained in:
parent
e8877f5f21
commit
dba77aa8e3
|
@ -25,7 +25,7 @@
|
||||||
// All the keywords of the SQL language are stored in a hash table
|
// All the keywords of the SQL language are stored in a hash table
|
||||||
typedef struct SKeyword {
|
typedef struct SKeyword {
|
||||||
const char* name; // The keyword name
|
const char* name; // The keyword name
|
||||||
uint8_t type; // type
|
uint16_t type; // type
|
||||||
uint8_t len; // length
|
uint8_t len; // length
|
||||||
} SKeyword;
|
} SKeyword;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue