From 630919eff54519813c3263bd824fd4967ad81589 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Tue, 13 Dec 2011 10:22:26 -0500 Subject: Fixed scripts/gen_iface.lua. --- scripts/gen_iface.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/gen_iface.lua b/scripts/gen_iface.lua index 8c0ef2d0..4954c5df 100755 --- a/scripts/gen_iface.lua +++ b/scripts/gen_iface.lua @@ -19,7 +19,7 @@ local s = '_G._SCINTILLA.constants' f = io.open('../core/iface.lua', 'w') -- Write header. -f:write [[ +f:write [=[ -- Copyright 2007-2011 Mitchell mitchellcaladbolg.net. See LICENSE. local M = {} @@ -30,7 +30,7 @@ local M = {} -- Do not modify anything in this module. Doing so will result in instability. module('_SCINTILLA')]] -]] +]=] -- Constants ({"constant", value}). for item in iface:match('Constants%[%] = (%b{})'):sub(2, -2):gmatch('%b{}') do -- cgit v1.2.3