Skip to content

Commit

Permalink
Merge 7430658 into be3f6fa
Browse files Browse the repository at this point in the history
  • Loading branch information
martinholters committed Jul 27, 2018
2 parents be3f6fa + 7430658 commit 4106958
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Filters/remez_fir.jl
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,12 @@ C CODE BANNER
*********************************************************/
=============================================#
if v"0.7.0-DEV.5103" VERSION < v"0.7.0-beta2.22"
# work around JuliaLang/julia#28077 by inserting a no (`nothing`) after each label
macro label(sym)
:($(esc(Expr(:symboliclabel, sym))); nothing)
end
end

# RemezFilterType:
# Type I and II symmetric linear phase: neg==0 (filter_type==bandpass)
Expand Down

0 comments on commit 4106958

Please sign in to comment.