On Fri, Jul 16, 2010 at 09:12:04AM +0200, Abdelrazak Younes wrote:
> On 07/16/2010 07:55 AM, [email protected] wrote:
> >Author: kuemmel
> >Date: Fri Jul 16 07:55:31 2010
> >New Revision: 34910
> >URL: http://www.lyx.org/trac/changeset/34910
> >
> >Log:
> >only guard terminal output.
> 
> >Modified: lyx-devel/trunk/src/support/SystemcallPrivate.h
> >==============================================================================
> >     char errdata_[bufsize_];
> >     ///
> >-    bool showout_;
> >+    bool terminalErrExists_;
> 
> terminal_err_exists_

stderr_exists_

> >     ///
> >-    bool showerr_;
> >+    bool terminalOutExists_;
> 
> terminal_out_exists_

stdout_exists_

-- 
Enrico

Reply via email to