pic_sym should be unsigned
This commit is contained in:
parent
ec49028618
commit
391b597dc6
|
@ -13,7 +13,7 @@ extern "C" {
|
|||
* pic_sym is just an alias to unsigned int.
|
||||
*/
|
||||
|
||||
typedef int pic_sym;
|
||||
typedef unsigned int pic_sym;
|
||||
|
||||
/**
|
||||
* `undef` values never seen from user-end: that is,
|
||||
|
|
Loading…
Reference in New Issue