Changeset 3aa0522 for perlconfig.c
- Timestamp:
- May 19, 2010, 9:58:09 PM (14 years ago)
- Branches:
- master, release-1.10, release-1.7, release-1.8, release-1.9
- Children:
- 7c5d060
- Parents:
- 8278543
- git-author:
- David Benjamin <davidben@mit.edu> (05/14/10 19:15:32)
- git-committer:
- David Benjamin <davidben@mit.edu> (05/19/10 21:58:09)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
perlconfig.c
r1b1cd2c r3aa0522 582 582 } 583 583 584 void owl_perlconfig_mainloop(owl_timer *t, void *data)585 {586 dSP;587 if (!owl_perlconfig_is_function("BarnOwl::Hooks::_mainloop_hook"))588 return;589 PUSHMARK(SP) ;590 call_pv("BarnOwl::Hooks::_mainloop_hook", G_DISCARD|G_EVAL);591 if(SvTRUE(ERRSV)) {592 owl_function_error("%s", SvPV_nolen(ERRSV));593 }594 return;595 }596 597 584 void owl_perlconfig_io_dispatch(const owl_io_dispatch *d, void *data) 598 585 {
Note: See TracChangeset
for help on using the changeset viewer.