commit 95fc266ff25c057139b8c336e309d183b76cf751
parent 7ce5769695cbcd21227a937a5f60d80a1a464d1b
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date: Thu, 15 May 2014 12:22:38 +0200
Add missed prototypes to cc1.h
These prototypes are used in some other modules, so it is a good idea
to add types checking.
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/cc1/cc1.h b/cc1/cc1.h
@@ -210,6 +210,8 @@ extern void
emitprint(Node *), emitlabel(Symbol *), emitjump(Symbol *, Node *),
emitbloop(void), emiteloop(void),
emitswitch(short, Node *), emitcase(Symbol *, Node *),
+ emitret(Type *tp),
+ emitfun(Symbol *sym),
emitdefault(Symbol *);
extern Node