Changeset 860 for trunk/processor/head.m4
- Timestamp:
- 2012-03-29T04:54:33+02:00 (14 months ago)
- File:
-
- 1 edited
-
trunk/processor/head.m4 (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/processor/head.m4
r856 r860 354 354 355 355 for (i = 0; i < assert_names_count; ++i) { 356 if (!zend_ hash_exists(done_names, assert_names[i], strlen(assert_names[i]) + 1)) {356 if (!zend_u_hash_exists(done_names, IS_STRING, assert_names[i], strlen(assert_names[i]) + 1)) { 357 357 fprintf(stderr 358 358 , "missing field at %s `#'%d %s`' : %s\n"
Note: See TracChangeset
for help on using the changeset viewer.

