*** empty log message ***

This commit is contained in:
ceriel
1987-01-07 11:10:33 +00:00
parent debef378c9
commit be68581019
3 changed files with 30 additions and 18 deletions

View File

@@ -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