Compiles with g++.
This commit is contained in:
parent
a7d5362caf
commit
197aef23ce
5 changed files with 21 additions and 12 deletions
10
etc/lp.lua
10
etc/lp.lua
|
@ -1,6 +1,12 @@
|
|||
|
||||
-----------------------------------------------------------------------------
|
||||
-- LPD support for the Lua language
|
||||
-- LuaSocket toolkit.
|
||||
-- Author: David Burgess
|
||||
-- Modified by Diego Nehab, but David is in charge
|
||||
-- RCS ID: $Id$
|
||||
-----------------------------------------------------------------------------
|
||||
--[[
|
||||
if you have any questions RFC 1179
|
||||
if you have any questions: RFC 1179
|
||||
]]
|
||||
-- make sure LuaSocket is loaded
|
||||
local socket = require("socket")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue