]> code.delx.au - gnu-emacs/commitdiff
Complete fix for build break
authorDaniel Colascione <dancol@dancol.org>
Tue, 30 Oct 2012 03:10:52 +0000 (19:10 -0800)
committerDaniel Colascione <dancol@dancol.org>
Tue, 30 Oct 2012 03:10:52 +0000 (19:10 -0800)
src/ChangeLog
src/coding.c

index c76bbb5a260d38bd10f6cab5dac241708a5947e7..831af6c58a27cf933e680fc8d29f5b5378fd518e 100644 (file)
@@ -5,8 +5,8 @@
        here...
 
        * coding.h, coding.c: ... to here, and compile them only when
-       WINDOWSNT or HAVE_NTGUI.  Moving these functions out of cygw32
-       proper lets us write cygw32-agnostic code for the HAVE_NTGUI case.
+       WINDOWSNT or CYGWIN.  Moving these functions out of cygw32 proper
+       lets us write cygw32-agnostic code for the HAVE_NTGUI case.
 
 2012-10-28  Eli Zaretskii  <eliz@gnu.org>
 
index 97268e0dcd80db74f13badba7dbe19c8c34b9000..56202e4861d4d499cd8a8c475967ec14a4650cfb 100644 (file)
@@ -343,7 +343,7 @@ Lisp_Object Qcoding_system_p, Qcoding_system_error;
 Lisp_Object Qemacs_mule, Qraw_text;
 Lisp_Object Qutf_8_emacs;
 
-#if defined (WINDOWSNT) || defined (HAVE_NTGUI)
+#if defined (WINDOWSNT) || defined (CYGWIN)
 static Lisp_Object Qutf_16le;
 #endif