aboutsummaryrefslogtreecommitdiff
path: root/macro.h
diff options
context:
space:
mode:
Diffstat (limited to 'macro.h')
-rw-r--r--macro.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/macro.h b/macro.h
index c605cdf..c91fcca 100644
--- a/macro.h
+++ b/macro.h
@@ -4,7 +4,7 @@
#include "buffer.h"
typedef Buffer Macro;
-#define macro_free buffer_free
+#define macro_release buffer_release
#define macro_reset buffer_truncate
#define macro_append buffer_append