changeset 10650:050a2d62d186

(defvar_display): Don't staticpro; these objects are now protected through mark_perdisplays.
author Karl Heuer <kwzh@gnu.org>
date Fri, 03 Feb 1995 23:27:14 +0000
parents 52cdd8cc8d3e
children 47e4c51a0e43
files src/lread.c
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/lread.c	Fri Feb 03 23:23:34 1995 +0000
+++ b/src/lread.c	Fri Feb 03 23:27:14 1995 +0000
@@ -1921,9 +1921,6 @@
   XMISC (val)->type = Lisp_Misc_Display_Objfwd;
   XDISPLAY_OBJFWD (val)->offset = offset;
   XSYMBOL (sym)->value = val;
-#ifndef MULTI_PERDISPLAY
-  staticpro ((Lisp_Object *)((char *)&the_only_perdisplay + offset));
-#endif
 }
 
 init_lread ()