summaryrefslogtreecommitdiff
path: root/modules/m4.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/m4.c')
-rw-r--r--modules/m4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/m4.c b/modules/m4.c
index 755bd885..ee973498 100644
--- a/modules/m4.c
+++ b/modules/m4.c
@@ -732,7 +732,7 @@ m4_make_temp (m4 *context, m4_obstack *obs, const m4_call_info *caller,
if (!dir)
close (fd);
/* Remove NUL, then finish quote. */
- obstack_blank (obs, -1);
+ obstack_blank_fast (obs, -1);
obstack_grow (obs, quotes->str2, quotes->len2);
}
}