diff options
Diffstat (limited to 'luafilesystem.h')
-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" |