aboutsummaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2026-07-17 10:18:58 +0200
committerEugen Wissner <belka@caraus.de>2026-07-17 10:18:58 +0200
commita0e1740227535adc3151c02eb102c4f96b4f9731 (patch)
tree0e29cd3719370eca8c74fb67480f3bfc1a207106 /source
parentd0a666507a6f11b65170c257fd483613f462f3f2 (diff)
downloadelna-a0e1740227535adc3151c02eb102c4f96b4f9731.tar.gz
Implement type constness
Diffstat (limited to 'source')
-rw-r--r--source/lexer.elna3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/lexer.elna b/source/lexer.elna
index 63ca3d3..c221f07 100644
--- a/source/lexer.elna
+++ b/source/lexer.elna
@@ -4,9 +4,6 @@
import cstdio, common, cstdlib
-const
- CHUNK_SIZE := 85536u
-
type
ElnaLexerState = (
start,