scanner: map 'int' to int32_t.
authorKristian Høgsberg <krh@bitplanet.net>
Thu, 7 Jul 2011 17:39:08 +0000 (13:39 -0400)
committerKristian Høgsberg <krh@bitplanet.net>
Thu, 7 Jul 2011 17:39:08 +0000 (13:39 -0400)
wayland/scanner.c

index b6aebdb..6df9df8 100644 (file)
@@ -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: