We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f09ab7 commit 98f7679Copy full SHA for 98f7679
1 file changed
mccode/src/instrument.y
@@ -26,6 +26,7 @@
26
#include <math.h>
27
#include <string.h>
28
#include <stdio.h>
29
+int yylex(void *yylval);
30
31
#include "mccode.h"
32
@@ -67,7 +68,7 @@
67
68
/* typedef struct List_header * List; */
69
/* typedef struct Symbol_table * Symtab; */
70
/* typedef struct instr_def * instr_ptr_t; */
-int yylex();
71
72
int yyerror(const char *s);
73
List list_cat(List, List);
74
Symtab symtab_cat(Symtab, Symtab);
0 commit comments