aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/cc/cc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/cmd/cc/cc.h')
-rw-r--r--sys/cmd/cc/cc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/cmd/cc/cc.h b/sys/cmd/cc/cc.h
index 5488f3c..9871e99 100644
--- a/sys/cmd/cc/cc.h
+++ b/sys/cmd/cc/cc.h
@@ -245,6 +245,8 @@ rune ungetrune(Lexer *, rune r);
void pushio(Lexer *lx, Io *new);
void popio(Lexer *lx);
+void puttok(Token);
+
// -----------------------------------------------------------------------
// parsing & type resolution
// tokens -> ast