@@ -25,7 +25,6 @@ typedef struct {
int pos;
int row;
int col;
char next;
} mpc_state_t;
typedef struct {
@@ -34,6 +33,7 @@ typedef struct {
char *filename;
char *failure;
char **expected;
char recieved;
} mpc_err_t;
void mpc_err_delete(mpc_err_t *e);
The note is not visible to the blocked user.