Show
Ignore:
Timestamp:
09/18/2006 02:27:17 AM (7 years ago)
Author:
moo
Message:

Processor: fix type processor_t conflict with Mac OS X

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/processor/struct.m4

    r93 r178  
    99    FUNC_NAME`'( 
    1010        IFDPRINT( `const $1 * const src, int indent') 
    11         IFCALC(   `processor_t *processor, const $1 * const src') 
    12         IFSTORE(  `processor_t *processor, $1 *dst, const $1 * const src') 
    13         IFRESTORE(`processor_t *processor, $1 *dst, const $1 * const src') 
     11        IFCALC(   `xc_processor_t *processor, const $1 * const src') 
     12        IFSTORE(  `xc_processor_t *processor, $1 *dst, const $1 * const src') 
     13        IFRESTORE(`xc_processor_t *processor, $1 *dst, const $1 * const src') 
    1414        IFDASM(   `zval *dst, const $1 * const src') 
    1515        IFASM(    `$1 *dst, const $1 * const src')