Skip to content

Commit

Permalink
CPP doesn't need override
Browse files Browse the repository at this point in the history
  • Loading branch information
ingydotnet committed Dec 11, 2014
1 parent a333152 commit c3dc321
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/Inline/Module.pm
Expand Up @@ -95,8 +95,7 @@ sub importer {
Inline->import(
Config =>
directory => $inline_build_path,
($lang eq 'C') ? (using => 'Inline::C::Parser::RecDescent') :
($lang eq 'CPP') ? (using => 'Inline::CPP::Parser::RecDescent') : (),
($lang eq 'C') ? (using => 'Inline::C::Parser::RecDescent') : ();
name => $stub_module,
CLEAN_AFTER_BUILD => 0,
);
Expand Down

0 comments on commit c3dc321

Please sign in to comment.