> +    int marker_pos = -1;

This should be EMACS_INT, since Lisp_Object can be 64bit even if int is
only 32bit (and it should be in the MARKERP branch of PRINTPREPARE rather
than in PRINTDECLARE).


        Stefan


PS: Yes, it's a very widespread problem, but if we ever want to be able to
    handle >2GB buffers, we should start thinking about it.


_______________________________________________
Emacs-pretest-bug mailing list
Emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to