# HG changeset patch # User diego # Date 1204046022 0 # Node ID c58ea608e191e0f7a56f51854eb48b11558f9e7e # Parent 1f70d64c00bc0ca3568aff4f8f451c041f3d5686 Add comments to some #endif directives. diff -r 1f70d64c00bc -r c58ea608e191 snow.c --- a/snow.c Tue Feb 26 17:06:31 2008 +0000 +++ b/snow.c Tue Feb 26 17:13:42 2008 +0000 @@ -847,7 +847,7 @@ LIFTS(src[w*src_step], mul*2*ref[w*ref_step]+add, inverse); } } -#endif +#endif /* ! liftS */ static void horizontal_decompose53i(DWTELEM *b, int width){ DWTELEM temp[width]; @@ -895,7 +895,7 @@ #else lift(b+w2, temp+w2, temp, 1, 1, 1, width, -1, 0, 1, 1, 0); lift(b , temp , b+w2, 1, 1, 1, width, 1, 2, 2, 0, 0); -#endif +#endif /* 0 */ } static void vertical_decompose53iH0(DWTELEM *b0, DWTELEM *b1, DWTELEM *b2, int width){