Changeset 20 for trunk/opcode_spec.c

Show
Ignore:
Timestamp:
05/25/2006 04:38:27 AM (7 years ago)
Author:
moo
Message:

get* proto changes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/opcode_spec.c

    r8 r20  
    1313#include "opcode_spec_def.h" 
    1414 
    15 int xc_get_opcode_spec_count() 
     15zend_uchar xc_get_opcode_spec_count() 
    1616{ 
    1717    return sizeof(xc_opcode_spec) / sizeof(xc_opcode_spec[0]); 
     
    3131static const char *xc_op_spec[] = { OPSPECS(OPSPECS_DEF_NAME) }; 
    3232 
    33 int xc_get_op_spec_count() 
     33zend_uchar xc_get_op_spec_count() 
    3434{ 
    3535    return sizeof(xc_op_spec) / sizeof(xc_op_spec[0]);