From 23ac1f4f98accc3bb84e81be264d8408be372028 Mon Sep 17 00:00:00 2001 From: Nicholas Noll Date: Sun, 17 May 2020 18:28:05 -0700 Subject: fix: bugs associated to map reallocating --- sys/cmd/cc/cc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/cmd/cc/cc.h') 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 -- cgit v1.2.1