Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 256686
Collapse All | Expand All

(-)perl-Libconf-0.42.10/bindings/c/src/conf2xml.c (-1 / +1 lines)
Lines 19-25 Link Here
19
    char *embedding[] = { "", "-e", "0" };
19
    char *embedding[] = { "", "-e", "0" };
20
20
21
    if (my_perl != NULL) conf2xml_free();
21
    if (my_perl != NULL) conf2xml_free();
22
    PERL_SYS_INIT3(&argc,&argv,&env);
22
    PERL_SYS_INIT3(NULL,NULL,NULL);
23
    my_perl = perl_alloc();
23
    my_perl = perl_alloc();
24
    perl_construct( my_perl );
24
    perl_construct( my_perl );
25
    perl_parse(my_perl, xs_init, 3, embedding, (char **)NULL);
25
    perl_parse(my_perl, xs_init, 3, embedding, (char **)NULL);

Return to bug 256686