diff src/callint.c @ 440:8de8e3f6228a r21-2-28

Import from CVS: tag r21-2-28
author cvs
date Mon, 13 Aug 2007 11:33:38 +0200
parents 3ecd8885ac67
children abe6d1db359e
line wrap: on
line diff
--- a/src/callint.c	Mon Aug 13 11:32:27 2007 +0200
+++ b/src/callint.c	Mon Aug 13 11:33:38 2007 +0200
@@ -167,8 +167,8 @@
 static Lisp_Object
 quotify_args (Lisp_Object expr)
 {
-  REGISTER Lisp_Object tail;
-  REGISTER struct Lisp_Cons *ptr;
+  Lisp_Object tail;
+  Lisp_Cons *ptr;
   for (tail = expr; CONSP (tail); tail = ptr->cdr)
     {
       ptr = XCONS (tail);