Changeset 14


Ignore:
Timestamp:
09/16/06 15:46:50 (18 years ago)
Author:
zorg
Message:

@ fix inline keyword

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/zorg/include/mpcdec/math.h

    r6 r14  
    7676
    7777#ifdef _DEBUG
    78 static inline MPC_SAMPLE_FORMAT MPC_MULTIPLY(MPC_SAMPLE_FORMAT item1,MPC_SAMPLE_FORMAT item2)
     78static __inline MPC_SAMPLE_FORMAT MPC_MULTIPLY(MPC_SAMPLE_FORMAT item1,MPC_SAMPLE_FORMAT item2)
    7979{
    8080        MPC_SAMPLE_FORMAT_MULTIPLY temp = MPC_MULTIPLY_NOTRUNCATE(item1,item2);
     
    8383}
    8484
    85 static inline MPC_SAMPLE_FORMAT MPC_MULTIPLY_EX(MPC_SAMPLE_FORMAT item1,MPC_SAMPLE_FORMAT item2,unsigned shift)
     85static __inline MPC_SAMPLE_FORMAT MPC_MULTIPLY_EX(MPC_SAMPLE_FORMAT item1,MPC_SAMPLE_FORMAT item2,unsigned shift)
    8686{
    8787        MPC_SAMPLE_FORMAT_MULTIPLY temp = MPC_MULTIPLY_EX_NOTRUNCATE(item1,item2,shift);
Note: See TracChangeset for help on using the changeset viewer.