]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/emacs.c (syms_of_emacs): Add a FIXME for Windows native-comp.
authorAndrea Corallo <akrl@sdf.org>
Thu, 18 Feb 2021 21:32:58 +0000 (22:32 +0100)
committerAndrea Corallo <akrl@sdf.org>
Thu, 18 Feb 2021 21:32:58 +0000 (22:32 +0100)
src/emacs.c

index acf8a17a12aa6a33b78c2d1c62b95f1153414bfd..d541b41f3f102e3c15a83f13da17f1164e9b86c2 100644 (file)
@@ -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")));