Merge github.com:orangeduck/mpc

This commit is contained in:
Daniel Holden
2014-04-15 12:45:50 +01:00
7 changed files with 14 additions and 8 deletions

4
mpc.h
View File

@@ -22,17 +22,17 @@
*/
typedef struct {
char next;
int pos;
int row;
int col;
char next;
} mpc_state_t;
typedef struct {
mpc_state_t state;
int expected_num;
char *filename;
char *failure;
int expected_num;
char **expected;
} mpc_err_t;