fixed bugs, added dynamic buffer allocation

This commit is contained in:
eck
1989-11-22 12:59:15 +00:00
parent d73d657cda
commit a1b292bb31
8 changed files with 362 additions and 262 deletions

View File

@@ -25,12 +25,9 @@
#define IFDEPTH 256 /* maximum number of nested if-constructions */
!File: lapbuf.h
#define LAPBUF 4096 /* size of macro actual parameter buffer */
!File: argbuf.h
#define ARGBUF 2048 /* sizeof of macro actual parameter buffer */
!File: macbuf.h
#define LAPBUF 128 /* initial size of macro replacement buffer */
#define ARGBUF 128 /* initial size of macro parameter buffer(s) */
!File: strsize.h