comparison 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
comparison
equal deleted inserted replaced
574:fc46dbaf2aaf 575:d5e8f5ad5043
3419 `--------+--------+--------+--------' 3419 `--------+--------+--------+--------'
3420 3420
3421 The octets are divided into 6 bit chunks, which are then encoded into 3421 The octets are divided into 6 bit chunks, which are then encoded into
3422 base64 characters. */ 3422 base64 characters. */
3423 3423
3424 DOESNT_RETURN 3424 static DOESNT_RETURN
3425 base64_conversion_error (const char *reason, Lisp_Object frob) 3425 base64_conversion_error (const char *reason, Lisp_Object frob)
3426 { 3426 {
3427 signal_error (Qbase64_conversion_error, reason, frob); 3427 signal_error (Qbase64_conversion_error, reason, frob);
3428 } 3428 }
3429 3429