Mercurial > hg > xemacs-beta
changeset 575:d5e8f5ad5043
[xemacs-hg @ 2001-05-25 04:22:31 by martinb]
Fix compile warning
author | martinb |
---|---|
date | Fri, 25 May 2001 04:22:33 +0000 |
parents | fc46dbaf2aaf |
children | 6db80f4ab17c |
files | src/ChangeLog src/fns.c |
diffstat | 2 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Fri May 25 03:53:26 2001 +0000 +++ b/src/ChangeLog Fri May 25 04:22:33 2001 +0000 @@ -1,5 +1,7 @@ 2001-05-25 Martin Buchholz <martin@xemacs.org> + * fns.c (base64_conversion_error): Fix compile warning. + * realpath.c: This file doesn't deal with internal representation. Define DONT_ENCAPSULATE. Fixes crash in test suite.
--- a/src/fns.c Fri May 25 03:53:26 2001 +0000 +++ b/src/fns.c Fri May 25 04:22:33 2001 +0000 @@ -3421,7 +3421,7 @@ The octets are divided into 6 bit chunks, which are then encoded into base64 characters. */ -DOESNT_RETURN +static DOESNT_RETURN base64_conversion_error (const char *reason, Lisp_Object frob) { signal_error (Qbase64_conversion_error, reason, frob);