diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-07-01 05:35:35 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-07-01 05:35:35 +0000 |
commit | 197aef23ce36844e86e732f26af1df9fc5f149da (patch) | |
tree | fdc7e11c0fd653c3c25360f532d0648b0e822ad9 /etc | |
parent | a7d5362caffb928e2947b9ef99d1165391a510da (diff) | |
download | luasocket-197aef23ce36844e86e732f26af1df9fc5f149da.tar.gz luasocket-197aef23ce36844e86e732f26af1df9fc5f149da.tar.bz2 luasocket-197aef23ce36844e86e732f26af1df9fc5f149da.zip |
Compiles with g++.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/lp.lua | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -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 |
6 | local socket = require("socket") | 12 | local socket = require("socket") |