changeset 66463:e791e75479c9

(DECODE_SYSTEM): Fix argument name; name->str.
author Kenichi Handa <handa@m17n.org>
date Thu, 27 Oct 2005 00:43:22 +0000
parents 4267c39b46f3
children 7e8b1219a7db
files src/coding.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/coding.h	Thu Oct 27 00:29:48 2005 +0000
+++ b/src/coding.h	Thu Oct 27 00:43:22 2005 +0000
@@ -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)	   \