# HG changeset patch # User Richard M. Stallman # Date 797232019 0 # Node ID 5fed07fb66fb85f05843e1b3769ea68eea6420cd # Parent 2642924d2d21a3e998b8ab906d7ea1148338f27f (print): Use XMISCTYPE. diff -r 2642924d2d21 -r 5fed07fb66fb src/print.c --- a/src/print.c Fri Apr 07 05:19:14 1995 +0000 +++ b/src/print.c Fri Apr 07 05:20:19 1995 +0000 @@ -987,7 +987,7 @@ #ifndef standalone case Lisp_Misc: - switch (XMISC (obj)->type) + switch (XMISCTYPE (obj)) { case Lisp_Misc_Marker: strout ("#type); + sprintf (buf, "(MISC 0x%04x)", (int) XMISCTYPE (obj)); else if (VECTORLIKEP (obj)) sprintf (buf, "(PVEC 0x%08x)", (int) XVECTOR (obj)->size); else