aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2004-07-01 05:35:35 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2004-07-01 05:35:35 +0000
commit197aef23ce36844e86e732f26af1df9fc5f149da (patch)
treefdc7e11c0fd653c3c25360f532d0648b0e822ad9 /etc
parenta7d5362caffb928e2947b9ef99d1165391a510da (diff)
downloadluasocket-197aef23ce36844e86e732f26af1df9fc5f149da.tar.gz
luasocket-197aef23ce36844e86e732f26af1df9fc5f149da.tar.bz2
luasocket-197aef23ce36844e86e732f26af1df9fc5f149da.zip
Compiles with g++.
Diffstat (limited to 'etc')
-rw-r--r--etc/lp.lua10
1 files changed, 8 insertions, 2 deletions
diff --git a/etc/lp.lua b/etc/lp.lua
index 5230957..e112ab4 100644
--- a/etc/lp.lua
+++ b/etc/lp.lua
@@ -1,6 +1,12 @@
1 1-----------------------------------------------------------------------------
2-- LPD support for the Lua language
3-- LuaSocket toolkit.
4-- Author: David Burgess
5-- Modified by Diego Nehab, but David is in charge
6-- RCS ID: $Id$
7-----------------------------------------------------------------------------
2--[[ 8--[[
3 if you have any questions RFC 1179 9 if you have any questions: RFC 1179
4]] 10]]
5-- make sure LuaSocket is loaded 11-- make sure LuaSocket is loaded
6local socket = require("socket") 12local socket = require("socket")