Csound Csound-dev Csound-tekno Search About

[Cs-dev] What is this for?

Date2012-11-17 01:39
FromAndres Cabrera
Subject[Cs-dev] What is this for?
I saw this while looking into the Message buffer code:

#ifndef PARCS
      if (!toStdOut) {
#else /* PARCS */
      if (!toStdOut)
#endif /* PARCS */
        nBytes += (size_t) 16384;
#ifndef PARCS
      }
#endif /* ! PARCS */


Does this serve any purpose?

Cheers,
Andrés

------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/

Date2012-11-17 01:44
FromAdam Puckett
SubjectRe: [Cs-dev] What is this for?
Doesn't look like it to me. It's like saying "if a, then c. Otherwise c."

Pointless.

On 11/16/12, Andres Cabrera  wrote:
> I saw this while looking into the Message buffer code:
>
> #ifndef PARCS
>       if (!toStdOut) {
> #else /* PARCS */
>       if (!toStdOut)
> #endif /* PARCS */
>         nBytes += (size_t) 16384;
> #ifndef PARCS
>       }
> #endif /* ! PARCS */
>
>
> Does this serve any purpose?
>
> Cheers,
> Andrés
>
> ------------------------------------------------------------------------------
> Monitor your physical, virtual and cloud infrastructure from a single
> web console. Get in-depth insight into apps, servers, databases, vmware,
> SAP, cloud infrastructure, etc. Download 30-day Free Trial.
> Pricing starts from $795 for 25 servers or applications!
> http://p.sf.net/sfu/zoho_dev2dev_nov
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2012-11-17 10:16
Fromjpff@cs.bath.ac.uk
SubjectRe: [Cs-dev] What is this for?
Artifact; there used to be tracing in the PARCS case but that was removed
as it was no longer important.  I have been tidying code like this as I
see it.


"To understand the mess e are in it is necessary to understand history and
the mess we were in"

John ff

> Doesn't look like it to me. It's like saying "if a, then c. Otherwise c."
>
> Pointless.
>
> On 11/16/12, Andres Cabrera  wrote:
>> I saw this while looking into the Message buffer code:
>>
>> #ifndef PARCS
>>       if (!toStdOut) {
>> #else /* PARCS */
>>       if (!toStdOut)
>> #endif /* PARCS */
>>         nBytes += (size_t) 16384;
>> #ifndef PARCS
>>       }
>> #endif /* ! PARCS */
>>
>>
>> Does this serve any purpose?
>>
>> Cheers,
>> Andrés
>>
>> ------------------------------------------------------------------------------
>> Monitor your physical, virtual and cloud infrastructure from a single
>> web console. Get in-depth insight into apps, servers, databases, vmware,
>> SAP, cloud infrastructure, etc. Download 30-day Free Trial.
>> Pricing starts from $795 for 25 servers or applications!
>> http://p.sf.net/sfu/zoho_dev2dev_nov
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>
> ------------------------------------------------------------------------------
> Monitor your physical, virtual and cloud infrastructure from a single
> web console. Get in-depth insight into apps, servers, databases, vmware,
> SAP, cloud infrastructure, etc. Download 30-day Free Trial.
> Pricing starts from $795 for 25 servers or applications!
> http://p.sf.net/sfu/zoho_dev2dev_nov
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>



------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net