Changeset c8ef50b for perlconfig.c
- Timestamp:
- Sep 21, 2011, 4:21:51 PM (14 years ago)
- Children:
- c162fd6
- Parents:
- 8ad3964
- git-author:
- Jason Gross <jgross@mit.edu> (06/23/11 23:58:21)
- git-committer:
- Jason Gross <jgross@mit.edu> (09/21/11 16:21:51)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
perlconfig.c
rb9517cf rc8ef50b 520 520 } 521 521 522 void owl_perlconfig_edit_callback(owl_editwin *e )522 void owl_perlconfig_edit_callback(owl_editwin *e, bool success) 523 523 { 524 524 SV *cb = owl_editwin_get_cbdata(e); … … 537 537 PUSHMARK(SP); 538 538 XPUSHs(sv_2mortal(text)); 539 XPUSHs(sv_2mortal(newSViv(success))); 539 540 PUTBACK; 540 541
Note: See TracChangeset
for help on using the changeset viewer.