small changes to allow redefinition of some buffer sizes.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
** $Id: llimits.h,v 1.8 2000/05/26 14:04:04 roberto Exp roberto $
|
||||
** $Id: llimits.h,v 1.9 2000/06/06 16:27:11 roberto Exp roberto $
|
||||
** Limits, basic types, and some other "instalation-dependent" definitions
|
||||
** See Copyright Notice in lua.h
|
||||
*/
|
||||
@@ -185,4 +185,10 @@ typedef unsigned long Instruction;
|
||||
#endif
|
||||
|
||||
|
||||
/* maximum part of a file name kept for error messages */
|
||||
#ifndef MAXFILENAME
|
||||
#define MAXFILENAME 260
|
||||
#endif
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user