Explorar el Código

* max_elems now 1000

git-svn-id: trunk@4401 -
marco hace 19 años
padre
commit
00b93a5916
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      utils/tply/lexbase.pas

+ 1 - 1
utils/tply/lexbase.pas

@@ -79,7 +79,7 @@ lno  : Integer; (* current line number *)
 
 const
 
-max_elems  = 100;  (* maximum size of integer sets *)
+max_elems  = 1000;  (* maximum size of integer sets *)
 
 type