mescc: Minimal support for short.

* module/language/c99/compiler.mes (i386:type-alist): Add short.
This commit is contained in:
Jan Nieuwenhuizen 2017-05-08 21:34:08 +02:00
parent ae7a42671a
commit 7241756945
1 changed files with 1 additions and 0 deletions

View File

@ -1132,6 +1132,7 @@
(define i386:type-alist
'(("char" . (builtin 1 #f))
("short" . (builtin 2 #f))
("int" . (builtin 4 #f))))
(define (type->size info o)