Importando

This commit is contained in:
tomas
2004-07-27 14:15:24 +00:00
parent 8addf14a39
commit b848b63be4
7 changed files with 7 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
/* Define 'chdir' for systems that do not implement it */
/* $Id: luafilesystem.h,v 1.1 2004/07/27 14:15:24 tomas Exp $ */
/* $Id: luafilesystem.h,v 1.1.1.1 2004/07/27 14:15:24 tomas Exp $ */
#ifdef NO_CHDIR
#define chdir(p) (-1)
#define chdir_error "Function 'chdir' not provided by system"