Skip to content

Commit

Permalink
Remove setvbuf calls; apparently io == nil in recent Scintillua
Browse files Browse the repository at this point in the history
  • Loading branch information
Lexikos committed Jul 2, 2022
1 parent fe729f2 commit b9ae79f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions ahk1.lua
@@ -1,10 +1,6 @@

-- AutoHotkey v1 LPeg lexer.

-- Debug
io.stdout:setvbuf("no")
io.stderr:setvbuf("no")

local lpeg = require('lpeg')
local l = require('lexer')
local word_match = l.word_match
Expand Down
4 changes: 0 additions & 4 deletions ahk2.lua
@@ -1,10 +1,6 @@

-- AutoHotkey v2 LPeg lexer.

-- Debug
io.stdout:setvbuf("no")
io.stderr:setvbuf("no")

local lpeg = require('lpeg')
local l = require('lexer')
local word_match = l.word_match
Expand Down

0 comments on commit b9ae79f

Please sign in to comment.