[Bug: 21.5-b25] XEmacs 21.5 doesn't like Python
Adrian Aichner
adrian at xemacs.org
Thu Mar 23 02:55:40 EST 2006
tbennett at nvidia.com writes:
> *** src/process-unix.c~ Sat Mar 1 02:25:36 2003
> --- src/process-unix.c Mon Jul 12 22:00:37 2004
> ***************
> *** 1530,1536 ****
> /* Buffer is full. Wait, accepting input;
> that may allow the program
> to finish doing output and read more. */
> ! Faccept_process_output (Qnil, make_int (1), Qnil);
> /* It could have *really* finished, deleting the process */
> if (NILP(p->pipe_outstream))
> return;
> --- 1530,1537 ----
> /* Buffer is full. Wait, accepting input;
> that may allow the program
> to finish doing output and read more. */
> ! // Faccept_process_output (Qnil, make_int (1), Qnil);
Please change the above to a c-style comment before commit.
C++ comments are not allowed in the XEmacs code base, IIRC.
What about the windows platform?
Should a similar change be applied there too?
Has anyone already looked into this?
Best regards,
Adrian
> ! Faccept_process_output (Qnil, Qnil, make_int (10));
> /* It could have *really* finished, deleting the process */
> if (NILP(p->pipe_outstream))
> return;
--
Adrian Aichner
mailto:adrian at xemacs.org
http://www.xemacs.org/
More information about the XEmacs-Beta
mailing list