diff src/alloc.c @ 9367:86e52a4d8d87

(mark_object): Delete case Lisp_Void.
author Karl Heuer <kwzh@gnu.org>
date Thu, 06 Oct 1994 22:59:55 +0000
parents 36dea2dad76c
children c7d7fb56b42d
line wrap: on
line diff
--- a/src/alloc.c	Thu Oct 06 22:39:18 1994 +0000
+++ b/src/alloc.c	Thu Oct 06 22:59:55 1994 +0000
@@ -1652,7 +1652,6 @@
       break;
 
     case Lisp_Int:
-    case Lisp_Void:
     case Lisp_Subr:
     case Lisp_Intfwd:
     case Lisp_Boolfwd: