diff options
author | carregal <carregal> | 2006-03-10 22:38:11 +0000 |
---|---|---|
committer | carregal <carregal> | 2006-03-10 22:38:11 +0000 |
commit | 55be9b2227297433a055aed54e9def50ae8f99a3 (patch) | |
tree | c9f9afd5f29e93afd3c5bf121723712a3f823d34 /src/lfs.h | |
parent | b4da6c67bb809c1e4e387bd9a3559490f30d5ea1 (diff) | |
download | luafilesystem-55be9b2227297433a055aed54e9def50ae8f99a3.tar.gz luafilesystem-55be9b2227297433a055aed54e9def50ae8f99a3.tar.bz2 luafilesystem-55be9b2227297433a055aed54e9def50ae8f99a3.zip |
Comments update - minor details
Diffstat (limited to 'src/lfs.h')
-rw-r--r-- | src/lfs.h | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,11 @@ | |||
1 | /* | ||
2 | ** LuaFileSystem | ||
3 | ** Copyright Kepler Project 2003-2006 (http://www.keplerproject.org/luafilesystem) | ||
4 | ** | ||
5 | ** $Id: lfs.h,v 1.2 2006/03/10 22:38:11 carregal Exp $ | ||
6 | */ | ||
7 | |||
1 | /* Define 'chdir' for systems that do not implement it */ | 8 | /* Define 'chdir' for systems that do not implement it */ |
2 | /* $Id: lfs.h,v 1.1 2004/07/29 14:26:33 tomas Exp $ */ | ||
3 | #ifdef NO_CHDIR | 9 | #ifdef NO_CHDIR |
4 | #define chdir(p) (-1) | 10 | #define chdir(p) (-1) |
5 | #define chdir_error "Function 'chdir' not provided by system" | 11 | #define chdir_error "Function 'chdir' not provided by system" |