Mercurial > hg > xemacs-beta
diff src/fns.c @ 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 | 183866b06e0b |
children | 190b164ddcac |
line wrap: on
line diff
--- 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);