[Cs-dev] dl_opcodes.c
Date | 2005-06-13 12:53 |
From | Victor Lazzarini |
Subject | [Cs-dev] dl_opcodes.c |
Could someone look at dl_opcodes.c and see if the code I commented out can be safefly removed? It doesn't seem to be called anywhere and it was conflicting on OSX 10.4. Perhaps the author of the code can check it. Victor Victor Lazzarini Music Technology Laboratory Music Department National University of Ireland, Maynooth ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2005-06-13 13:30 |
From | Istvan Varga |
Subject | Re: [Cs-dev] dl_opcodes.c |
Victor Lazzarini wrote: > Could someone look at dl_opcodes.c and see if the code I commented out > can be safefly removed? It doesn't seem to be called anywhere and it was > conflicting > on OSX 10.4. Perhaps the author of the code can check it. There are also a few static variables in the Mac specific code that may be worth removing. ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2005-06-13 13:32 |
From | Istvan Varga |
Subject | Re: [Cs-dev] dl_opcodes.c |
I get many ugly compiler warnings about nested comments now when compiling dl_opcodes.c. It may be preferable to use #if 0 to comment out large blocks of code. ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2005-06-13 13:59 |
From | Victor Lazzarini |
Subject | Re: [Cs-dev] dl_opcodes.c |
I would have thought these changes would not be seen by Linux as they are in a #elif __MACH__ part of the code. Victor At 13:32 13/06/2005, you wrote: >I get many ugly compiler warnings about nested comments now when >compiling dl_opcodes.c. It may be preferable to use #if 0 to comment >out large blocks of code. > > >------------------------------------------------------- >This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput >a projector? How fast can you ride your desk chair down the office luge track? >If you want to score the big prize, get to know the little guy. >Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 >_______________________________________________ >Csound-devel mailing list >Csound-devel@lists.sourceforge.net >https://lists.sourceforge.net/lists/listinfo/csound-devel Victor Lazzarini Music Technology Laboratory Music Department National University of Ireland, Maynooth ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |