Changeset dcc3f80 for perlglue.xs
- Timestamp:
- Oct 10, 2009, 9:24:41 PM (15 years ago)
- Branches:
- master, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- 68ab07c
- Parents:
- 69c3878 (diff), 32ad44d (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
re1e59a7 rdcc3f80 442 442 443 443 444 MODULE = BarnOwl PACKAGE = BarnOwl::Zephyr 445 446 int 447 have_zephyr() 448 CODE: 449 RETVAL = owl_global_is_havezephyr(&g); 450 OUTPUT: 451 RETVAL 444 452 445 453 MODULE = BarnOwl PACKAGE = BarnOwl::Internal
Note: See TracChangeset
for help on using the changeset viewer.