diff options
author | tomas <tomas> | 2004-07-27 14:15:24 +0000 |
---|---|---|
committer | tomas <tomas> | 2004-07-27 14:15:24 +0000 |
commit | b848b63be4c39129248e1049f61964a23668c16c (patch) | |
tree | 65283841059d6471bce9aa00973d6db9be572d2c /luafilesystem.h | |
parent | 8addf14a396466982f62503a6dfa5793a53b1b8e (diff) | |
download | luafilesystem-start.tar.gz luafilesystem-start.tar.bz2 luafilesystem-start.zip |
Importandostart
Diffstat (limited to '')
-rw-r--r-- | luafilesystem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/luafilesystem.h b/luafilesystem.h index 6178dd7..da8a4dd 100644 --- a/luafilesystem.h +++ b/luafilesystem.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* Define 'chdir' for systems that do not implement it */ | 1 | /* Define 'chdir' for systems that do not implement it */ |
2 | /* $Id: luafilesystem.h,v 1.1 2004/07/27 14:15:24 tomas Exp $ */ | 2 | /* $Id: luafilesystem.h,v 1.1.1.1 2004/07/27 14:15:24 tomas Exp $ */ |
3 | #ifdef NO_CHDIR | 3 | #ifdef NO_CHDIR |
4 | #define chdir(p) (-1) | 4 | #define chdir(p) (-1) |
5 | #define chdir_error "Function 'chdir' not provided by system" | 5 | #define chdir_error "Function 'chdir' not provided by system" |