diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2009-05-27 09:31:38 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2009-05-27 09:31:38 +0000 |
commit | bce60be30fe8e9c1b0eb33128c23c93d7bca5303 (patch) | |
tree | 3927343c777fcb7764a0f2f89754a0ceab141c21 /src/luasocket.c | |
parent | d1a72435d5bd3528f3c334cd4d1da16dcead47bf (diff) | |
download | luasocket-bce60be30fe8e9c1b0eb33128c23c93d7bca5303.tar.gz luasocket-bce60be30fe8e9c1b0eb33128c23c93d7bca5303.tar.bz2 luasocket-bce60be30fe8e9c1b0eb33128c23c93d7bca5303.zip |
Decent makefiles!
Diffstat (limited to 'src/luasocket.c')
-rw-r--r-- | src/luasocket.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/luasocket.c b/src/luasocket.c index 142aa95..3b29e8e 100644 --- a/src/luasocket.c +++ b/src/luasocket.c | |||
@@ -10,8 +10,6 @@ | |||
10 | * involved in setting up both client and server connections. The provided | 10 | * involved in setting up both client and server connections. The provided |
11 | * IO routines, however, follow the Lua style, being very similar to the | 11 | * IO routines, however, follow the Lua style, being very similar to the |
12 | * standard Lua read and write functions. | 12 | * standard Lua read and write functions. |
13 | * | ||
14 | * RCS ID: $Id$ | ||
15 | \*=========================================================================*/ | 13 | \*=========================================================================*/ |
16 | 14 | ||
17 | /*=========================================================================*\ | 15 | /*=========================================================================*\ |