diff options
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/coding.c b/src/coding.c index 77cea77cef5..b95c0a5f825 100644 --- a/src/coding.c +++ b/src/coding.c @@ -11272,8 +11272,8 @@ internal character representation. */); Vtranslation_table_for_input = Qnil; { - verify (NIL_IS_ZERO); - Lisp_Object args[coding_arg_undecided_max] = { LISP_INITIALLY_ZERO, }; + Lisp_Object args[coding_arg_undecided_max]; + memsetnil (args, ARRAYELTS (args)); Lisp_Object plist[16]; plist[0] = intern_c_string (":name"); |
