Changeset 61abb18 for perlconfig.c


Ignore:
Timestamp:
Aug 10, 2008, 10:53:16 AM (16 years ago)
Author:
Geoffrey Thomas <geofft@mit.edu>
Branches:
barnowl_perlaim
Parents:
3dcccba
Message:
Now it compiles. Highly likely to leak or crash, although it seems to work for me...
File:
1 edited

Legend:

Unmodified
Added
Removed
  • perlconfig.c

    r3dcccba r61abb18  
    472472}
    473473
    474 void owl_perlconfig_edit_callback(void *cbdata, char *c_text);
     474void owl_perlconfig_edit_callback(void *cbdata, char *c_text)
    475475{
    476476  SV *cb = (SV*)cbdata;
     
    479479  dSP;
    480480
    481   e->cbdata = NULL;
    482481  if(cb == NULL) {
    483482    owl_function_error("Perl callback is NULL!");
Note: See TracChangeset for help on using the changeset viewer.