Changeset 20 for trunk/const_string.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/const_string.c

    r1 r20  
    2525}; 
    2626 
    27 int xc_get_op_type_count() 
     27zend_uchar xc_get_op_type_count() 
    2828{ 
    2929    return sizeof(op_type_names) / sizeof(op_type_names[0]); 
     
    7171}; 
    7272 
    73 int xc_get_data_type_count() 
     73zend_uchar xc_get_data_type_count() 
    7474{ 
    7575    return sizeof(data_type_names) / sizeof(data_type_names[0]); 
     
    102102#endif 
    103103 
    104 int xc_get_opcode_count() 
     104zend_uchar xc_get_opcode_count() 
    105105{ 
    106106    return sizeof(xc_opcode_names) / sizeof(xc_opcode_names[0]);