diff --git a/compile.c b/compile.c index 41e9bb0..0127d3e 100644 --- a/compile.c +++ b/compile.c @@ -141,7 +141,7 @@ static int parse_alias_definition() { static char* parse_alias() { - static char buf[4096]; + static char buf[MAXNAME]; int c, len = 0, trailing_space = 0; for(;;) {