mirror of
https://github.com/ZDoom/acc.git
synced 2025-01-31 03:10:34 +00:00
- Increased the maximum length of strings in ACC to 32k.
SVN r481 (trunk)
This commit is contained in:
parent
1d50d652b1
commit
6f494c535b
1 changed files with 2 additions and 2 deletions
4
common.h
4
common.h
|
@ -28,8 +28,8 @@
|
|||
// Increased limits - Ty 03jan2000
|
||||
// 32 is okay
|
||||
#define MAX_IDENTIFIER_LENGTH 32
|
||||
// 256 long quoted string is okay
|
||||
#define MAX_QUOTED_LENGTH 256
|
||||
// 32k long quoted string should be okay
|
||||
#define MAX_QUOTED_LENGTH 32768
|
||||
// 512 max file name is okay in DOS/Win
|
||||
#define MAX_FILE_NAME_LENGTH 512
|
||||
// Was 64
|
||||
|
|
Loading…
Reference in a new issue