On 02 Apr 2000 18:27:39 -0500, Michael Harnois <mdharnois(a)home.com> said:
> /usr/src/xemacs-21.2/src/file-coding.c:1074: incompatible types
> in return
Now having looked at the cvs history I see that the change causing the
fuckage was "to keep the compiler happy." I find that this makes my
compiler, at least, a lot happier ...
--- /usr/src/xemacs-21.2/src/file-coding.c.orig Sun Apr 2 18:31:17 2000
+++ /usr/src/xemacs-21.2/src/file-coding.c Sun Apr 2 18:31:50 2000
@@ -1071,7 +1071,7 @@
return aliasee;
else
signal_simple_error ("Symbol is not a coding system alias", alias);
- return 0; /* To keep the compiler happy */
+ return; /* To keep the compiler happy */
}
static Lisp_Object
--
Michael D. Harnois, Redeemer Lutheran Church, Washburn, IA
mdharnois(a)home.com aa0bt(a)aa0bt.ampr.org
No excellent soul is exempt from a mixture of madness.
-- Aristotle