[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

typo DECODE_SYSTEM



小林です.

coding.hに間違いがありました.

#そもそも,どこにも使われていないようですが;-)

--- coding.h.orig	2005-04-27 15:58:23.308150100 +0900
+++ coding.h	2005-04-27 16:00:18.535796000 +0900
@@ -601,7 +601,7 @@
 
 /* Decode the string STR using the specified coding system
    for system functions, if any.  */
-#define DECODE_SYSTEM(name)						   \
+#define DECODE_SYSTEM(str)						   \
   (! NILP (Vlocale_coding_system)					   \
    && !EQ (Vlocale_coding_system, make_number (0))			   \
    ? code_convert_string_norecord (str, Vlocale_coding_system, 0)	   \

-- 
KOBAYASHI Yasuhiro <kobayays@xxxxxxxxxxxxxx>