/[emacs]/emacs/src/print.c
ViewVC logotype

Diff of /emacs/src/print.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.207 by kfstorm, Fri Nov 5 22:46:17 2004 UTC revision 1.208 by kfstorm, Tue Nov 9 13:24:35 2004 UTC
# Line 2087  print_object (obj, printcharfun, escapef Line 2087  print_object (obj, printcharfun, escapef
2087    
2088          case Lisp_Misc_Save_Value:          case Lisp_Misc_Save_Value:
2089            strout ("#<save_value ", -1, -1, printcharfun, 0);            strout ("#<save_value ", -1, -1, printcharfun, 0);
2090            sprintf(buf, "ptr=0x%08x int=%d",            sprintf(buf, "ptr=0x%08lx int=%d",
2091                    (unsigned long) XSAVE_VALUE (obj)->pointer,                    (unsigned long) XSAVE_VALUE (obj)->pointer,
2092                    XSAVE_VALUE (obj)->integer);                    XSAVE_VALUE (obj)->integer);
2093            strout (buf, -1, -1, printcharfun, 0);            strout (buf, -1, -1, printcharfun, 0);

Legend:
Removed from v.1.207  
changed lines
  Added in v.1.208

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26