]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_xfaces) [DEBUG_X_COLORS]: Defsubr dump_colors
authorGerd Moellmann <gerd@gnu.org>
Sun, 18 Jun 2000 00:04:47 +0000 (00:04 +0000)
committerGerd Moellmann <gerd@gnu.org>
Sun, 18 Jun 2000 00:04:47 +0000 (00:04 +0000)
only if HAVE_X_WINDOWS.

src/xfaces.c

index b8db4c03612c84a3db8e1ac09d7f22e8b1c9f09b..6379b13855ccb3b81627a7bac68d00698f425842 100644 (file)
@@ -6752,7 +6752,7 @@ syms_of_xfaces ()
   defsubr (&Sclear_face_cache);
   defsubr (&Stty_suppress_bold_inverse_default_colors);
 
-#ifdef DEBUG_X_COLORS
+#if defined DEBUG_X_COLORS && defined HAVE_X_WINDOWS
   defsubr (&Sdump_colors);
 #endif