Changeset dec60b4 for perlconfig.c


Ignore:
Timestamp:
Jun 17, 2010, 9:41:41 AM (15 years ago)
Author:
Nelson Elhage <nelhage@mit.edu>
Branches:
master, release-1.10, release-1.7, release-1.8, release-1.9
Children:
3c2c7fc
Parents:
68e5464 (diff), 95414bf (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.
Message:
Merge branch 'perl-tester'
File:
1 edited

Legend:

Unmodified
Added
Removed
  • perlconfig.c

    r3aa0522 rdec60b4  
    1212/* extern XS(boot_DBI); */
    1313
    14 static void owl_perl_xs_init(pTHX)
     14void owl_perl_xs_init(pTHX) /* noproto */
    1515{
    1616  const char *file = __FILE__;
     
    363363  perl_construct(p);
    364364
     365  PL_exit_flags |= PERL_EXIT_DESTRUCT_END;
     366
    365367  owl_global_set_no_have_config(&g);
    366368
Note: See TracChangeset for help on using the changeset viewer.