aboutsummaryrefslogtreecommitdiff
path: root/asm/lexer.h
diff options
context:
space:
mode:
Diffstat (limited to 'asm/lexer.h')
-rw-r--r--asm/lexer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/asm/lexer.h b/asm/lexer.h
index 3434b72..734ffa1 100644
--- a/asm/lexer.h
+++ b/asm/lexer.h
@@ -71,6 +71,8 @@ typedef struct
size_t str_size;
} token_t;
+token_t token_copy(token_t);
+
typedef enum
{
LERR_OK = 0,