emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/native-comp 805cae5 1/2: * src/emacs.c (syms_of_emacs): Add a FI


From: Andrea Corallo
Subject: feature/native-comp 805cae5 1/2: * src/emacs.c (syms_of_emacs): Add a FIXME for Windows native-comp.
Date: Thu, 18 Feb 2021 16:56:37 -0500 (EST)

branch: feature/native-comp
commit 805cae572aa62184c717db593e86e30ea9093059
Author: Andrea Corallo <akrl@sdf.org>
Commit: Andrea Corallo <akrl@sdf.org>

    * src/emacs.c (syms_of_emacs): Add a FIXME for Windows native-comp.
---
 src/emacs.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/emacs.c b/src/emacs.c
index acf8a17..d541b41 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -3081,9 +3081,9 @@ because they do not depend on external libraries and are 
always available.
 Also note that this is not a generic facility for accessing external
 libraries; only those already known by Emacs will be loaded.  */);
 #ifdef WINDOWSNT
-  /* We may need to load libgccjit when dumping before term/w32-win.el
-     defines `dynamic-library-alist`. This will fail if that variable
-     is empty, so add libgccjit-0.dll to it.  */
+  /* FIXME: We may need to load libgccjit when dumping before
+     term/w32-win.el defines `dynamic-library-alist`. This will fail
+     if that variable is empty, so add libgccjit-0.dll to it.  */
   if (will_dump_p ())
     Vdynamic_library_alist = list1 (list2 (Qgccjit,
                                            build_string ("libgccjit-0.dll")));



reply via email to

[Prev in Thread] Current Thread [Next in Thread]