diff options
| author | Po Lu | 2023-02-15 12:24:22 +0800 |
|---|---|---|
| committer | Po Lu | 2023-02-15 12:24:22 +0800 |
| commit | a62fa69ec9ee847bd0031f3e39a36d00305d3fba (patch) | |
| tree | d5f03a4823ac88a1386d7017904f32be1ce5c481 /src/comp.c | |
| parent | a158c1d5b964fda36f752998cef076d581dc4df4 (diff) | |
| parent | 51e3f91f50da43f18706410bf6cd096684379daa (diff) | |
| download | emacs-a62fa69ec9ee847bd0031f3e39a36d00305d3fba.tar.gz emacs-a62fa69ec9ee847bd0031f3e39a36d00305d3fba.zip | |
Merge remote-tracking branch 'origin/master' into feature/android
Diffstat (limited to 'src/comp.c')
| -rw-r--r-- | src/comp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/comp.c b/src/comp.c index ba549155925..7d2987605d9 100644 --- a/src/comp.c +++ b/src/comp.c | |||
| @@ -4991,7 +4991,8 @@ DEFUN ("comp--compile-ctxt-to-file", Fcomp__compile_ctxt_to_file, | |||
| 4991 | format_string ("%s_libgccjit_repro.c", SSDATA (ebase_name))); | 4991 | format_string ("%s_libgccjit_repro.c", SSDATA (ebase_name))); |
| 4992 | 4992 | ||
| 4993 | Lisp_Object tmp_file = | 4993 | Lisp_Object tmp_file = |
| 4994 | Fmake_temp_file_internal (base_name, Qnil, build_string (".eln.tmp"), Qnil); | 4994 | Fmake_temp_file_internal (base_name, make_fixnum (0), |
| 4995 | build_string (".eln.tmp"), Qnil); | ||
| 4995 | Lisp_Object encoded_tmp_file = ENCODE_FILE (tmp_file); | 4996 | Lisp_Object encoded_tmp_file = ENCODE_FILE (tmp_file); |
| 4996 | #ifdef WINDOWSNT | 4997 | #ifdef WINDOWSNT |
| 4997 | encoded_tmp_file = ansi_encode_filename (encoded_tmp_file); | 4998 | encoded_tmp_file = ansi_encode_filename (encoded_tmp_file); |