pic_sym should be an alias to int (for the convenience to use xhash for pic_sym)

This commit is contained in:
Yuichi Nishiwaki 2014-08-01 18:48:36 +09:00
parent c1e6645086
commit fd6792b7e5
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 unsigned pic_sym; typedef int pic_sym;
/** /**
* `undef` values never seen from user-end: that is, * `undef` values never seen from user-end: that is,