small changes to allow redefinition of some buffer sizes.

This commit is contained in:
Roberto Ierusalimschy
2000-06-16 14:16:34 -03:00
parent 18b0e8270d
commit e3ea307434
3 changed files with 15 additions and 7 deletions

View File

@@ -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