aboutsummaryrefslogtreecommitdiff
path: root/src/token.c
diff options
context:
space:
mode:
authors-over-42023-08-29 10:17:27 -0400
committers-over-42023-08-29 10:17:27 -0400
commit4176dea8503cc8eebfa24b14aaefc3a8dc643230 (patch)
treed2fd320fa4c83fcd397995ff009ae565b6a5e933 /src/token.c
parent497a3b690c3828775ad1d141f53484a748d5b61a (diff)
g
Diffstat (limited to 'src/token.c')
-rw-r--r--src/token.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/token.c b/src/token.c
index 41e7e0c..355a6dd 100644
--- a/src/token.c
+++ b/src/token.c
@@ -2,7 +2,6 @@
#include "include/token.h"
-// token constructor
token_t* token_init(int type, char* val) {
token_t* token = calloc(1, sizeof(struct TOKEN_STRUC));
token->type = type;