projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b950b46
)
* src/comp.c (Fcomp__compile_ctxt_to_file): Don't create output file twice
author
Andrea Corallo
<akrl@sdf.org>
Tue, 14 Feb 2023 11:34:48 +0000
(12:34 +0100)
committer
Andrea Corallo
<akrl@sdf.org>
Tue, 14 Feb 2023 11:34:48 +0000
(12:34 +0100)
src/comp.c
patch
|
blob
|
history
diff --git
a/src/comp.c
b/src/comp.c
index ba5491559253bad341c19fbaff004e917439ab01..7d2987605d901f8efbc2906664cb5bb4dddfeb74 100644
(file)
--- a/
src/comp.c
+++ b/
src/comp.c
@@
-4991,7
+4991,8
@@
DEFUN ("comp--compile-ctxt-to-file", Fcomp__compile_ctxt_to_file,
format_string ("%s_libgccjit_repro.c", SSDATA (ebase_name)));
Lisp_Object tmp_file =
- Fmake_temp_file_internal (base_name, Qnil, build_string (".eln.tmp"), Qnil);
+ Fmake_temp_file_internal (base_name, make_fixnum (0),
+ build_string (".eln.tmp"), Qnil);
Lisp_Object encoded_tmp_file = ENCODE_FILE (tmp_file);
#ifdef WINDOWSNT
encoded_tmp_file = ansi_encode_filename (encoded_tmp_file);