*** empty log message ***
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
!File: strsize.h
|
||||
#define ISTRSIZE 32 /* minimum number of bytes allocated for
|
||||
storing a string */
|
||||
#define RSTRSIZE 8 /* step size in enlarging the memory for
|
||||
#define RSTRSIZE 32 /* step size in enlarging the memory for
|
||||
the storage of a string */
|
||||
|
||||
|
||||
@@ -52,8 +52,8 @@
|
||||
|
||||
|
||||
!File: textsize.h
|
||||
#define ITEXTSIZE 32 /* 1st piece of memory for repl. text */
|
||||
#define RTEXTSIZE 32 /* stepsize for enlarging repl.text */
|
||||
#define ITEXTSIZE 64 /* 1st piece of memory for repl. text */
|
||||
#define RTEXTSIZE 64 /* stepsize for enlarging repl.text */
|
||||
|
||||
|
||||
!File: inputtype.h
|
||||
|
||||
Reference in New Issue
Block a user