Changeset 908e388


Ignore:
Timestamp:
Oct 24, 2006, 11:43:28 AM (17 years ago)
Author:
Nelson Elhage <nelhage@mit.edu>
Branches:
master, barnowl_perlaim, debian, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
4211f50b
Parents:
1aa2b1a
Message:
Applying alexmv's patch to allow dynamic loading of perl XS
File:
1 edited

Legend:

Unmodified
Added
Removed
  • perlconfig.c

    rc0a90c2 r908e388  
    55#include <sys/stat.h>
    66#include <errno.h>
     7#define OWL_PERL
    78#include "owl.h"
    89#include <perl.h>
     
    1415
    1516extern XS(boot_owl);
     17extern XS(boot_DynaLoader);
     18extern XS(boot_DBI);
    1619
    1720static void owl_perl_xs_init(pTHX)
     
    2124  {
    2225    newXS("owl::bootstrap", boot_owl, file);
     26    newXS("DynaLoader::boot_DynaLoader", boot_DynaLoader, file);
    2327  }
    2428}
Note: See TracChangeset for help on using the changeset viewer.