Skip to content

Commit

Permalink
have PDL_TYPELIST2_COMPLEX with actual complex types
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Jan 29, 2024
1 parent 0e1f694 commit 5b0cced
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Basic/Core/pdl.h.PL
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ print OUT makelister('ALL', 1, 0, @generics);
print OUT makelister('ALL', 1, 1, @generics);
print OUT makelister('REAL', 0, 0, @generics_real);
print OUT makelister('REAL', 1, 0, @generics_real);
print OUT makelister('COMPLEX', 0, 0, @generics_real);
print OUT makelister('COMPLEX', 1, 0, @generics_real);
print OUT makelister('COMPLEX', 0, 0, @generics_complex);
print OUT makelister('COMPLEX', 1, 0, @generics_complex);

print OUT sprintf qq{#line %d "%s"\n}, __LINE__ + 2, __FILE__;
print OUT <<'EOF';
Expand Down

0 comments on commit 5b0cced

Please sign in to comment.