pic_sym should be an alias to int (for the convenience to use xhash for pic_sym)
This commit is contained in:
parent
c1e6645086
commit
fd6792b7e5
|
@ -13,7 +13,7 @@ extern "C" {
|
|||
* pic_sym is just an alias to unsigned int.
|
||||
*/
|
||||
|
||||
typedef unsigned pic_sym;
|
||||
typedef int pic_sym;
|
||||
|
||||
/**
|
||||
* `undef` values never seen from user-end: that is,
|
||||
|
|
Loading…
Reference in New Issue