* Move the definition of MAX_REPLACE_WITH to the beginning of the file * Add the macro configuring default size of static buffer REPLACE_BUFFER_SIZE
@@ -40,7 +40,8 @@
#include <string.h>
-
+#define MAX_REPLACE_WITH 100
+#define REPLACE_BUFFER_SIZE 1024
void subst_expr_free(struct subst_expr* se)
{