Enable styling by default on Cygwin
[deliverable/binutils-gdb.git] / gdb / cli / cli-style.c
index 7e20c1b4826b3d903fd94027a6c177d5b3e96754..f3d98ae4091008cf524ed7085e7c31e204d8cf72 100644 (file)
@@ -25,7 +25,7 @@
 
 /* True if styling is enabled.  */
 
-#if defined (__MSDOS__) || defined (__CYGWIN__)
+#if defined (__MSDOS__)
 bool cli_styling = false;
 #else
 bool cli_styling = true;
This page took 0.022684 seconds and 4 git commands to generate.