scanner: map 'int' to int32_t.
This commit is contained in:
parent
aa7bbb210b
commit
ff1a06c03a
|
@ -297,7 +297,7 @@ emit_type(struct arg *a)
|
|||
default:
|
||||
case INT:
|
||||
case FD:
|
||||
printf("int ");
|
||||
printf("int32_t ");
|
||||
break;
|
||||
case NEW_ID:
|
||||
case UNSIGNED:
|
||||
|
|
Loading…
Reference in New Issue
Block a user