mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-31 22:25:25 -04:00
scanner: map 'int' to int32_t.
This commit is contained in:
parent
aa7bbb210b
commit
ff1a06c03a
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue