]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix the MS-DOS build
authorPo Lu <luangruo@yahoo.com>
Sun, 18 Dec 2022 10:05:57 +0000 (18:05 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 18 Dec 2022 10:05:57 +0000 (18:05 +0800)
* src/lread.c (syms_of_lread): Make the MS-DOS build work again.

src/lread.c

index 51ea3e5b92932903d1053e9232a48709023686ac..d838a18de5ab5d219ec294f2c1a692d43e0675d8 100644 (file)
@@ -5479,11 +5479,16 @@ to the specified file name if a suffix is allowed or required.  */);
 
   DEFVAR_LISP ("dynamic-library-suffixes", Vdynamic_library_suffixes,
               doc: /* A list of suffixes for loadable dynamic libraries.  */);
-  Vdynamic_library_suffixes =
-    Fcons (build_pure_c_string (DYNAMIC_LIB_SECONDARY_SUFFIX), Qnil);
-  Vdynamic_library_suffixes =
-    Fcons (build_pure_c_string (DYNAMIC_LIB_SUFFIX),
-          Vdynamic_library_suffixes);
+
+#ifndef MSDOS
+  Vdynamic_library_suffixes
+    = Fcons (build_pure_c_string (DYNAMIC_LIB_SECONDARY_SUFFIX), Qnil);
+  Vdynamic_library_suffixes
+    = Fcons (build_pure_c_string (DYNAMIC_LIB_SUFFIX),
+            Vdynamic_library_suffixes);
+#else
+  Vdynamic_library_suffixes = Qnil;
+#endif
 
   DEFVAR_LISP ("load-file-rep-suffixes", Vload_file_rep_suffixes,
               doc: /* List of suffixes that indicate representations of \