changeset 643:af2db7d310f2

[xemacs-hg @ 2001-08-04 21:22:50 by adrian] [PATCH] xemacs-21.5: Fix of compile error on darwin in src/console.c <itg37c8h.fsf@ecf.teradyne.com>
author adrian
date Sat, 04 Aug 2001 21:22:50 +0000
parents 277f059a321b
children 51494923758b
files src/ChangeLog src/console.c
diffstat 2 files changed, 17 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Wed Aug 01 18:59:04 2001 +0000
+++ b/src/ChangeLog	Sat Aug 04 21:22:50 2001 +0000
@@ -1,3 +1,19 @@
+2001-08-04  Adrian Aichner  <adrian@xemacs.org>
+
+	* console.c: Fix of compile error on darwin, as suggested by Toby
+	Smith.
+
+2001-07-30  Adrian Aichner  <adrian@xemacs.org>
+
+	* event-msw.c: Typo fix.
+	* event-msw.c (mswindows_wnd_proc): Set FRAME_VISIBLE_P after
+	magic XM_MAPFRAME event has been sent.
+	
+2001-07-30  Adrian Aichner  <adrian@xemacs.org>
+
+	* event-msw.c:
+	* event-msw.c (assert):
+
 2001-07-28  Stephen J. Turnbull  <stephen@xemacs.org>
 
 	* XEmacs 21.5.2 "artichoke" is released.
--- a/src/console.c	Wed Aug 01 18:59:04 2001 +0000
+++ b/src/console.c	Sat Aug 04 21:22:50 2001 +0000
@@ -1219,7 +1219,7 @@
 #endif
 }
 
-/* The docstrings for DEFVAR_* are recorded externally by make-docfile.  */ \
+/* The docstrings for DEFVAR_* are recorded externally by make-docfile.  */
 #define DEFVAR_CONSOLE_LOCAL_1(lname, field_name, forward_type, magicfun)   \
 do {									    \
   static const struct symbol_value_forward I_hate_C =			    \