Update libretroDB

This commit is contained in:
twinaphex 2015-01-25 19:05:02 +01:00
parent a2a13e26d8
commit 32b3b0069a

View File

@ -31,7 +31,7 @@ local function dat_lexer(f, fname)
location.column = location.column + #tok
end
end
print(tok)
-- print(tok)
return tok, tok_loc
end
end