From f600bf84c453649f625b06ba232a7464e7093b32 Mon Sep 17 00:00:00 2001 From: mrb0nk500 Date: Sat, 30 May 2020 13:20:01 -0400 Subject: Fixed a typo, oof. --- asmmon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asmmon.h b/asmmon.h index 10c52e3..53fdea2 100644 --- a/asmmon.h +++ b/asmmon.h @@ -115,7 +115,7 @@ enum token { TOK_INCLUDE }; -enum proto_token { +enum pre_token { PTOK_DOT, PTOK_COLON, PTOK_EQU, -- cgit v1.2.3-13-gbd6f