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 c91fcca..bd52646 100644
--- a/macro.h
+++ b/macro.h
@@ -6,6 +6,6 @@
typedef Buffer Macro;
#define macro_release buffer_release
#define macro_reset buffer_truncate
-#define macro_append buffer_append
+#define macro_append buffer_append0
#endif