Changeset 61abb18 for perlconfig.c
- Timestamp:
- Aug 10, 2008, 10:53:16 AM (16 years ago)
- Branches:
- barnowl_perlaim
- Parents:
- 3dcccba
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
perlconfig.c
r3dcccba r61abb18 472 472 } 473 473 474 void owl_perlconfig_edit_callback(void *cbdata, char *c_text) ;474 void owl_perlconfig_edit_callback(void *cbdata, char *c_text) 475 475 { 476 476 SV *cb = (SV*)cbdata; … … 479 479 dSP; 480 480 481 e->cbdata = NULL;482 481 if(cb == NULL) { 483 482 owl_function_error("Perl callback is NULL!");
Note: See TracChangeset
for help on using the changeset viewer.