Make minor improvements
This commit is contained in:
2
third_party/chibicc/tokenize.c
vendored
2
third_party/chibicc/tokenize.c
vendored
@@ -1,6 +1,6 @@
|
||||
#include "third_party/chibicc/chibicc.h"
|
||||
|
||||
#define LOOKINGAT(TOK, OP) (!memcmp(TOK, OP, strlen(OP)))
|
||||
#define LOOKINGAT(TOK, OP) (!memcmp(TOK, OP, sizeof(OP) - 1))
|
||||
|
||||
// Input file
|
||||
static File *current_file;
|
||||
|
||||
Reference in New Issue
Block a user