(Fmacroexpand): Don't declare `form' as register.
authorRichard M. Stallman <rms@gnu.org>
Wed, 4 Sep 1996 05:42:28 +0000 (05:42 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 4 Sep 1996 05:42:28 +0000 (05:42 +0000)
src/eval.c

index f41af8c..535c377 100644 (file)
@@ -792,7 +792,7 @@ in place of FORM.  When a non-macro-call results, it is returned.\n\n\
 The second optional arg ENVIRONMENT species an environment of macro\n\
 definitions to shadow the loaded ones for use in file byte-compilation.")
   (form, environment)
-     register Lisp_Object form;
+     Lisp_Object form;
      Lisp_Object environment;
 {
   /* With cleanups from Hallvard Furuseth.  */