Changeset 1bd5aa9 for perlglue.xs
- 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
-
perlglue.xs
rae2b830 r7dcef03 232 232 CODE: 233 233 { 234 s = g_ new(owl_style, 1);234 s = g_slice_new(owl_style); 235 235 owl_style_create_perl(s, name, newSVsv(object)); 236 236 owl_global_add_style(&g, s);
Note: See TracChangeset
for help on using the changeset viewer.