From 805cae572aa62184c717db593e86e30ea9093059 Mon Sep 17 00:00:00 2001 From: Andrea Corallo Date: Thu, 18 Feb 2021 22:32:58 +0100 Subject: [PATCH] * 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 acf8a17a12a..d541b41f3f1 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"))); -- 2.39.2