sqOldSoundPrims.c

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

sqOldSoundPrims.c

Eliot Miranda-2
 
Hi All,

    I would like to delete platforms/Cross/plugins/SoundGenerationPlugin/sqOldSoundPrims.c and remove the relevant prims from SoundGenerationPlugin.h.  Any objections?  If there are, I'll put a #if !_LP64 guard aruond them.

--
best,
Eliot
Reply | Threaded
Open this post in threaded view
|

Re: sqOldSoundPrims.c

David T. Lewis
 
How about #if OLD_SOUND_PRIMS instead?

The platforms/[unix | win32 | ...] trees may need similar treatment.

Don't delete them, because they probably contain implementations for the
primitives that were used in earlier image/VM combinations. Bert has been
raising the bar on supporting older images lately, and I wouldn't mind
trying to catch up with him one of these days :-)

Dave


>  Hi All,
>
>     I would like to
> delete platforms/Cross/plugins/SoundGenerationPlugin/sqOldSoundPrims.c and
> remove the relevant prims from SoundGenerationPlugin.h.  Any objections?
> If there are, I'll put a #if !_LP64 guard aruond them.
>
> --
> best,
> Eliot
>


Reply | Threaded
Open this post in threaded view
|

Re: sqOldSoundPrims.c

Eliot Miranda-2
 


On Wed, Dec 10, 2014 at 12:55 PM, David T. Lewis <[hidden email]> wrote:

How about #if OLD_SOUND_PRIMS instead?

OK.
 

The platforms/[unix | win32 | ...] trees may need similar treatment.

Don't delete them, because they probably contain implementations for the
primitives that were used in earlier image/VM combinations. Bert has been
raising the bar on supporting older images lately, and I wouldn't mind
trying to catch up with him one of these days :-)

Dave


>  Hi All,
>
>     I would like to
> delete platforms/Cross/plugins/SoundGenerationPlugin/sqOldSoundPrims.c and
> remove the relevant prims from SoundGenerationPlugin.h.  Any objections?
> If there are, I'll put a #if !_LP64 guard aruond them.
>
> --
> best,
> Eliot
>





--
best,
Eliot