diff src/print.c @ 371:cc15677e0335 r21-2b1

Import from CVS: tag r21-2b1
author cvs
date Mon, 13 Aug 2007 11:03:08 +0200
parents 8bec6624d99b
children 8626e4521993
line wrap: on
line diff
--- a/src/print.c	Mon Aug 13 11:01:58 2007 +0200
+++ b/src/print.c	Mon Aug 13 11:03:08 2007 +0200
@@ -1352,7 +1352,7 @@
   /* If we print an uninterned symbol as part of a complex object and
      the flag print-gensym is non-nil, prefix it with #n= to read the
      object back with the #n# reader syntax later if needed.  */
-  if (!NILP (Vprint_gensym) && !(XSYMBOL_OBARRAY_FLAGS (obj) & 2))
+  if (!NILP (Vprint_gensym) && NILP (XSYMBOL (obj)->obarray))
     {
       if (print_depth > 1)
 	{