scanner: map 'int' to int32_t.

This commit is contained in:
Kristian Høgsberg 2011-07-07 13:39:08 -04:00
parent aa7bbb210b
commit ff1a06c03a

View file

@ -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: