fixed more warnings

This commit is contained in:
cozis
2022-03-09 12:29:36 +01:00
parent 91ca93b9e0
commit faf32659e0
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -49,6 +49,14 @@ typedef enum {
TGRT = '>',
TASS = '=',
TLBRK = '(',
TRBRK = ')',
TLSBRK = '[',
TRSBRK = ']',
TLCBRK = '{',
TRCBRK = '}',
TDOT = '.',
TDONE = 256,
TINT,