X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmule%2Ffile-coding.c;h=094da82a721e46b7e72cefd334585ee42522a922;hb=684ef72bbf5b2c4723ff5a5ee954a21041c360b2;hp=214d447af858bc70f6f11eb9ce07f81c08c691f0;hpb=2362ded7507a973f35649a22f03f9720441085a9;p=sxemacs diff --git a/src/mule/file-coding.c b/src/mule/file-coding.c index 214d447..094da82 100644 --- a/src/mule/file-coding.c +++ b/src/mule/file-coding.c @@ -463,6 +463,7 @@ static Lisp_Object eol_type_to_symbol(eol_type_t type) switch (type) { default: abort(); + break; case EOL_LF: return Qlf; case EOL_CRLF: @@ -1330,6 +1331,7 @@ Return the type of CODING-SYSTEM. switch (XCODING_SYSTEM_TYPE(tmp)) { default: abort(); + break; case CODESYS_AUTODETECT: return Qundecided; #ifdef MULE @@ -1733,7 +1735,7 @@ detect_eol_type(struct detection_state *st, const Extbyte * src, Returns: 0 == st->eol_type is EOL_AUTODETECT and/or more than coding category - is present in st->mask + is present in st->mask 1 == definitive answers are here for both st->eol_type and st->mask */ @@ -3574,7 +3576,7 @@ Return the UCS code (a positive integer) corresponding to CHARACTER. (U+3013) of JIS X 0208, which means correct character is not found, instead. #### do something more appropriate (use blob?) - Danger, Will Robinson! Data loss. Should we signal user? */ + Danger, Will Robinson! Data loss. Should we signal user? */ static void decode_ucs4(unsigned long ch, unsigned_char_dynarr * dst) { Lisp_Object chr = ucs_to_char(ch);