mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-14 23:40:39 -08:00
Adjust eventstringlengthmax
Copied from Perforce Change: 20734 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
36ae3f36ea
commit
f273bd84bb
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
/* impl.h.config: MPS CONFIGURATION
|
||||
*
|
||||
* $HopeName: MMsrc!config.h(trunk.35) $
|
||||
* $HopeName: MMsrc!config.h(trunk.36) $
|
||||
* Copyright (C) 1998, 1999 Harlequin Group plc. All rights reserved.
|
||||
*
|
||||
* PURPOSE
|
||||
|
|
@ -263,7 +263,7 @@
|
|||
*/
|
||||
|
||||
#define EVENT_BUFFER_SIZE ((size_t)4096)
|
||||
#define EventStringLengthMAX ((size_t)256) /* Including NUL */
|
||||
#define EventStringLengthMAX ((size_t)255) /* Not including NUL */
|
||||
|
||||
|
||||
/* Assert Buffer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue