projects
/
mes.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
mescc: Minimal support for short.
[mes.git]
/
module
/
language
/
c99
/
compiler.mes
diff --git
a/module/language/c99/compiler.mes
b/module/language/c99/compiler.mes
index 4a9aa26c01e6298c8a6ebec671e8c9da7e4afa09..0c946e548bfb9d4a546392587fd24587dc244b95 100644
(file)
--- a/
module/language/c99/compiler.mes
+++ b/
module/language/c99/compiler.mes
@@
-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)