comparison src/mule-coding.c @ 249:83b3d10dcba9 r20-5b23

Import from CVS: tag r20-5b23
author cvs
date Mon, 13 Aug 2007 10:19:09 +0200
parents f220cc83d72e
children 11cf20601dec
comparison
equal deleted inserted replaced
248:ad40ac2754d8 249:83b3d10dcba9
1450 or EOL type. 1450 or EOL type.
1451 1451
1452 This function does not automatically fetch subsidiary coding systems; 1452 This function does not automatically fetch subsidiary coding systems;
1453 that should be unnecessary with the explicit eol-type argument. */ 1453 that should be unnecessary with the explicit eol-type argument. */
1454 1454
1455 static void 1455 void
1456 determine_real_coding_system (Lstream *stream, Lisp_Object *codesys_in_out, 1456 determine_real_coding_system (Lstream *stream, Lisp_Object *codesys_in_out,
1457 enum eol_type *eol_type_in_out) 1457 enum eol_type *eol_type_in_out)
1458 { 1458 {
1459 struct detection_state decst; 1459 struct detection_state decst;
1460 1460