aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexlua/snobol4.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lexlua/snobol4.lua')
-rw-r--r--lexlua/snobol4.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lexlua/snobol4.lua b/lexlua/snobol4.lua
index 1723a127f..f3055e212 100644
--- a/lexlua/snobol4.lua
+++ b/lexlua/snobol4.lua
@@ -4,7 +4,7 @@
local lexer = require 'lexer'
local token, word_match = lexer.token, lexer.word_match
-local B, P, R, S, V = lpeg.B, lpeg.P, lpeg.R, lpeg.S, lpeg.V
+local B, P, S, V = lpeg.B, lpeg.P, lpeg.S, lpeg.V
local M = { _NAME = 'snobol4' }