Changeset 1bd5aa9 for perlconfig.c
- Timestamp:
- Dec 25, 2013, 11:35:05 AM (11 years ago)
- Parents:
- d779a1a (diff), 7dcef03 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
perlconfig.c
rca1fb26a r7dcef03 188 188 hash = (HV*)SvRV(msg); 189 189 190 m = g_ new(owl_message, 1);190 m = g_slice_new(owl_message); 191 191 owl_message_init(m); 192 192
Note: See TracChangeset
for help on using the changeset viewer.