mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 21:29:42 +02:00
+ set maxsymbolsize to 255
This commit is contained in:
parent
466a05bbf3
commit
07861bbe2b
@ -40,7 +40,7 @@ Uses objects;
|
|||||||
|
|
||||||
Const
|
Const
|
||||||
|
|
||||||
MAXSYMBOLSIZE = 80;
|
MAXSYMBOLSIZE = 255;
|
||||||
MAXSTACKSIZE = 100;
|
MAXSTACKSIZE = 100;
|
||||||
MAXKEYLENGTH = 15; { The longest keyword is PROCEDURE }
|
MAXKEYLENGTH = 15; { The longest keyword is PROCEDURE }
|
||||||
MAXLINESIZE = 90; { Maximum length of output line }
|
MAXLINESIZE = 90; { Maximum length of output line }
|
||||||
@ -1219,7 +1219,10 @@ end.
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.6 2003-03-27 14:23:00 michael
|
Revision 1.7 2003-11-24 22:39:25 michael
|
||||||
|
+ set maxsymbolsize to 255
|
||||||
|
|
||||||
|
Revision 1.6 2003/03/27 14:23:00 michael
|
||||||
+ Fixed use of linesize property, reported by Wolfgang Waffenschmidt
|
+ Fixed use of linesize property, reported by Wolfgang Waffenschmidt
|
||||||
|
|
||||||
Revision 1.5 2002/09/07 15:40:31 peter
|
Revision 1.5 2002/09/07 15:40:31 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user