+2006-08-25 Yan Burman <yan_952@hotmail.com>
+
+ * jitdynamic/jit-cpp-mangle.c (mangle_type_gcc3): fix typo in
+ is_unsigned usage (patch #5324)
+
2006-08-23 Thomas Cort <linuxgeek@gmail.com>
* jit/jit-apply-alpha.c jit/jit-apply-alpha.h: Fix jit_redirector_size.
/* Will only happen if the primitive numeric type
does not correspond to one of the system types */
jit_nuint size = jit_type_get_size(type);
- if(is_unsigned)
+ if(is_unsigned(type))
add_string(mangler, "uU");
else
add_string(mangler, "uI");