Changeset 886 for branches/1.3/processor/processor.m4
- Timestamp:
- 2012-04-05T15:37:21+02:00 (14 months ago)
- Location:
- branches/1.3
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
processor/processor.m4 (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3
-
branches/1.3/processor/processor.m4
r739 r886 241 241 DISPATCH(int, flags) 242 242 DISPATCH(uint, name_len) 243 pushdef(`emalloc', `malloc($1)') 244 pushdef(`ecalloc', `calloc($1, $2)') 243 pushdef(`estrndup', `zend_strndup') 245 244 PROC_ZSTRING_N(, name, name_len) 246 popdef(`ecalloc') 247 popdef(`emalloc') 245 popdef(`estrndup') 248 246 DISPATCH(int, module_number) 249 247 ')
Note: See TracChangeset
for help on using the changeset viewer.

