Changeset 20 for trunk/opcode_spec.c
- Timestamp:
- 05/25/2006 04:38:27 AM (7 years ago)
- Files:
-
- 1 modified
-
trunk/opcode_spec.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/opcode_spec.c
r8 r20 13 13 #include "opcode_spec_def.h" 14 14 15 intxc_get_opcode_spec_count()15 zend_uchar xc_get_opcode_spec_count() 16 16 { 17 17 return sizeof(xc_opcode_spec) / sizeof(xc_opcode_spec[0]); … … 31 31 static const char *xc_op_spec[] = { OPSPECS(OPSPECS_DEF_NAME) }; 32 32 33 intxc_get_op_spec_count()33 zend_uchar xc_get_op_spec_count() 34 34 { 35 35 return sizeof(xc_op_spec) / sizeof(xc_op_spec[0]);

