]> git.eshelyaron.com Git - emacs.git/commitdiff
(mark_object): Delete case Lisp_Void.
authorKarl Heuer <kwzh@gnu.org>
Thu, 6 Oct 1994 22:59:55 +0000 (22:59 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 6 Oct 1994 22:59:55 +0000 (22:59 +0000)
src/alloc.c

index 63dfed1bf1988a266d13495af70f8d8290b349d1..2def77bf0bfd1338fe820941ed862306f00e185b 100644 (file)
@@ -1652,7 +1652,6 @@ mark_object (objptr)
       break;
 
     case Lisp_Int:
-    case Lisp_Void:
     case Lisp_Subr:
     case Lisp_Intfwd:
     case Lisp_Boolfwd: