Mercurial > hg > xemacs-beta
comparison src/file-coding.c @ 361:7347b34c275b r21-1-10
Import from CVS: tag r21-1-10
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:58:40 +0200 |
parents | 7c94d56991e1 |
children | 30d2cfa1092a |
comparison
equal
deleted
inserted
replaced
360:0f00b38cfccb | 361:7347b34c275b |
---|---|
1853 else if (CODING_SYSTEM_TYPE (str->codesys) == CODESYS_CCL) | 1853 else if (CODING_SYSTEM_TYPE (str->codesys) == CODESYS_CCL) |
1854 { | 1854 { |
1855 setup_ccl_program (&str->ccl, CODING_SYSTEM_CCL_DECODE (str->codesys)); | 1855 setup_ccl_program (&str->ccl, CODING_SYSTEM_CCL_DECODE (str->codesys)); |
1856 } | 1856 } |
1857 #endif /* MULE */ | 1857 #endif /* MULE */ |
1858 if (CODING_SYSTEM_TYPE (str->codesys) == CODESYS_AUTODETECT | |
1859 || CODING_SYSTEM_EOL_TYPE (str->codesys) == EOL_AUTODETECT) | |
1860 { | |
1861 xzero (str->decst); | |
1862 str->decst.eol_type = EOL_AUTODETECT; | |
1863 str->decst.mask = ~0; | |
1864 } | |
1858 str->flags = str->ch = 0; | 1865 str->flags = str->ch = 0; |
1859 } | 1866 } |
1860 | 1867 |
1861 static int | 1868 static int |
1862 decoding_rewinder (Lstream *stream) | 1869 decoding_rewinder (Lstream *stream) |