mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
Actually, quad_t and u_quad_t are better choices.
This commit is contained in:
parent
bcc956f24e
commit
45708a7033
@ -622,7 +622,7 @@ get_type (const char **prefixp, const char **typep, defkind dkind)
|
||||
(void) peekscan (TOK_INT, &tok);
|
||||
break;
|
||||
case TOK_HYPER:
|
||||
*typep = "long long";
|
||||
*typep = "quad_t";
|
||||
(void) peekscan(TOK_INT, &tok);
|
||||
break;
|
||||
case TOK_VOID:
|
||||
@ -670,7 +670,7 @@ unsigned_dec (const char **typep)
|
||||
break;
|
||||
case TOK_HYPER:
|
||||
get_token (&tok);
|
||||
*typep = "unsigned long long";
|
||||
*typep = "u_quad_t";
|
||||
(void) peekscan(TOK_INT, &tok);
|
||||
break;
|
||||
case TOK_INT:
|
||||
|
Loading…
Reference in New Issue
Block a user