pic_sym should be unsigned

This commit is contained in:
Yuichi Nishiwaki 2014-09-13 18:46:02 +09:00
parent ec49028618
commit 391b597dc6
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ extern "C" {
* pic_sym is just an alias to unsigned int. * 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, * `undef` values never seen from user-end: that is,