]> git.tuebingen.mpg.de Git - paraslash.git/commit
imdct.c: Replace pointless macro PASS.
authorAndre Noll <maan@tuebingen.mpg.de>
Sat, 7 Jan 2017 15:12:05 +0000 (16:12 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Sat, 25 Mar 2017 10:58:52 +0000 (11:58 +0100)
commitdb1f1ac360a705531a7353ef3f37afac58b94427
tree3c222343ee8e4690d58b97a7a4d94472e9f8faa9
parentd6c56c6e37e9345cf056e9e520ad5f529006db2e
imdct.c: Replace pointless macro PASS.

The macro defines pass(), a function with only a single caller. We
may as well define the function directly, improving readability and
enabling proper syntax colors.
imdct.c