mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-04-03 07:15:42 -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:
|
default:
|
||||||
case INT:
|
case INT:
|
||||||
case FD:
|
case FD:
|
||||||
printf("int ");
|
printf("int32_t ");
|
||||||
break;
|
break;
|
||||||
case NEW_ID:
|
case NEW_ID:
|
||||||
case UNSIGNED:
|
case UNSIGNED:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue