Skip to content

Commit

Permalink
Add GenericTypes to pp_def to fix compile problem
Browse files Browse the repository at this point in the history
This allows PDL::IO::Browser to _compile_ only.  Volunteers
to update and fix the code are welcome but don't expect that
the current code will work.
  • Loading branch information
devel-chm committed Dec 20, 2014
1 parent 18a3158 commit a4eb745
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion IO/Browser/browser.pd
Expand Up @@ -24,8 +24,9 @@ pp_def(
Pars => 'a(n,m);',
Code => "
browse(\$TBSULQFD($PDL_B,$PDL_S,$PDL_US,$PDL_L,$PDL_LL,$PDL_F,$PDL_D),
\$SIZE(n),\$SIZE(m),\$P(a));
\$SIZE(n),\$SIZE(m),\$P(a));
",
GenericTypes => [qw(B S U L Q F D)],
Doc=><<'EOD');
=head2 browse

Expand Down

0 comments on commit a4eb745

Please sign in to comment.