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.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/sys/cmd/cc/cc.h b/sys/cmd/cc/cc.h
index 62837c4..7d30360 100644
--- a/sys/cmd/cc/cc.h
+++ b/sys/cmd/cc/cc.h
@@ -314,13 +314,11 @@ rune getrune(Lexer *);
byte ungetbyte(Lexer *);
rune ungetrune(Lexer *, rune r);
-Io* openio(Lexer *lx, byte *path);
-Io* makeio(Lexer *lx, byte *name);
-void freeio(Lexer *lx, Io *io);
-void pushio(Lexer *lx, Io *new);
-void popio(Lexer *lx);
+Io* openio(Lexer *lx, byte *path);
+void pushio(Lexer *lx, Io *new);
+void popio(Lexer *lx);
-void puttok(Token);
+void puttok(Token);
// -----------------------------------------------------------------------
// parsing & type resolution