ref: 099a6591ed9fe126cfbfcfd5fdd2f0516f29192a
parent: a9ce3af09838cd6cfefedb9b3e37c2089af61be5
author: Jonathan Gray <jsg@jsg.id.au>
date: Mon May 20 11:57:41 EDT 2024
remove prototypes with no matching function
--- a/proto.h
+++ b/proto.h
@@ -34,9 +34,6 @@
extern int input(void);
extern void unput(int);
extern void unputstr(const char *);
-extern int yylook(void);
-extern int yyback(int *, int);
-extern int yyinput(void);
extern fa *makedfa(const char *, bool);
extern fa *mkdfa(const char *, bool);
@@ -167,7 +164,6 @@
extern Cell *relop(Node **, int);
extern void tfree(Cell *);
extern Cell *gettemp(void);
-extern Cell *field(Node **, int);
extern Cell *indirect(Node **, int);
extern Cell *substr(Node **, int);
extern Cell *sindex(Node **, int);
--
⑨