From 551e668e1b7a030fdff236067963100c7d8747a5 Mon Sep 17 00:00:00 2001 From: Charles Date: Wed, 1 Apr 2020 13:03:26 +0200 Subject: Added AST functions, tested eval with basic input --- src/path.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/path.c') diff --git a/src/path.c b/src/path.c index db9d8bd..1136a7c 100644 --- a/src/path.c +++ b/src/path.c @@ -21,7 +21,7 @@ ** \brief Number of buckets of a path hash table */ -#define MS_PATH_HT_SIZE 4096 +#define MS_PATH_HT_SIZE 8192 /** ** \brief Update `path` with all files in the directory named `dirname`. -- cgit