This commit is contained in:
2017-02-06 12:14:05 +01:00
parent 209c869eeb
commit 19a2260644
9 changed files with 60 additions and 43 deletions

View File

@@ -19,7 +19,7 @@ static int current_tokenline = 0;
static int current_tokenrow = 0;
struct t_token_op {
char* str;
const char* str;
t_tokentype tokentype;
};