Linux Merge

This commit is contained in:
Daniel Holden
2013-09-24 11:38:27 +01:00
parent 48812155a1
commit b02c6ffdfe
4 changed files with 6 additions and 111 deletions

3
mpc.h
View File

@@ -10,6 +10,7 @@
#include <stdio.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdarg.h>
/*
** Error Type
@@ -266,4 +267,4 @@ mpc_parser_t* mpca_and(int n, ...);
mpc_parser_t* mpca_ends(mpc_parser_t* a);
mpc_parser_t* mpca_grammar(const char* grammar, ...);
#endif
#endif