aboutsummaryrefslogtreecommitdiffstats
path: root/lxr-genxref
diff options
context:
space:
mode:
Diffstat (limited to 'lxr-genxref')
-rwxr-xr-xlxr-genxref4
1 files changed, 2 insertions, 2 deletions
diff --git a/lxr-genxref b/lxr-genxref
index 9f055ae..25115ec 100755
--- a/lxr-genxref
+++ b/lxr-genxref
@@ -8,7 +8,7 @@ use lib "$FindBin::Bin/lib";
use LXRng ROOT => $FindBin::Bin;
use LXRng::Context;
-use LXRng::Lang qw(C);
+use LXRng::Lang;
use LXRng::Index;
use LXRng::Parse::Simple;
@@ -234,12 +234,12 @@ my $tree = shift(@ARGV);
my @versions = @ARGV;
my $context = LXRng::Context->new('tree' => $tree);
+LXRng::Lang->init($context);
my $index = $context->config->{'index'};
my $hash = $context->config->{'search'};
my $rep = $context->config->{'repository'};
-
sub inventory_release {
my ($tree, $version) = @_;