diff src/callint.c @ 40656:cdfd4d09b79a

Update usage of CHECK_ macros (remove unused second argument).
author Pavel Janík <Pavel@Janik.cz>
date Fri, 02 Nov 2001 20:46:55 +0000
parents 184e0d756547
children 81176c96cc2f
line wrap: on
line diff
--- a/src/callint.c	Fri Nov 02 20:14:02 2001 +0000
+++ b/src/callint.c	Fri Nov 02 20:46:55 2001 +0000
@@ -223,7 +223,7 @@
     keys = this_command_keys, key_count = this_command_key_count;
   else
     {
-      CHECK_VECTOR (keys, 3);
+      CHECK_VECTOR (keys);
       key_count = XVECTOR (keys)->size;
     }