From 9f7bde294c9a3d701797f98160ced89dd702a10c Mon Sep 17 00:00:00 2001 From: Yuichi Nishiwaki Date: Sun, 14 Sep 2014 19:17:23 +0900 Subject: [PATCH] change actual type of pic_sym --- include/picrin/value.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/picrin/value.h b/include/picrin/value.h index 560e578a..18637de1 100644 --- a/include/picrin/value.h +++ b/include/picrin/value.h @@ -10,10 +10,10 @@ extern "C" { #endif /** - * pic_sym is just an alias to unsigned int. + * pic_sym is just an alias of uint32_t. */ -typedef unsigned int pic_sym; +typedef uint32_t pic_sym; /** * `undef` values never seen from user-end: that is,