From 4665ad2c8968fcb1eb90391eb46615f23e27eb09 Mon Sep 17 00:00:00 2001 From: Andrea Corallo Date: Mon, 17 Jun 2019 09:18:17 +0200 Subject: [PATCH] better macro usage --- src/comp.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/comp.c b/src/comp.c index 54b3c8da2df..cbba5570117 100644 --- a/src/comp.c +++ b/src/comp.c @@ -1832,10 +1832,7 @@ compile_f (const char *f_name, ptrdiff_t bytestr_length, break; case Btemp_output_buffer_setup: /* Obsolete since 24.1. */ - POP1; - res = emit_call ("helper_temp_output_buffer_setup", comp.lisp_obj_type, - 1, args); - PUSH_RVAL (res); + EMIT_CALL_N ("helper_temp_output_buffer_setup", 1); break; case Btemp_output_buffer_show: /* Obsolete since 24.1. */ -- 2.39.5