mescc: Minimal support for short.
* module/language/c99/compiler.mes (i386:type-alist): Add short.
This commit is contained in:
parent
ae7a42671a
commit
7241756945
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue