Made the SWAP and PREPARE_3D_LINE macros work with gints rather than using typeof...
authorBrian Cameron <brian.cameron@sun.com>
Thu, 22 May 2003 10:26:44 +0000 (10:26 +0000)
committerBrian Cameron <brian.cameron@sun.com>
Thu, 22 May 2003 10:26:44 +0000 (10:26 +0000)
commit1505cd8773944d1d0598bff9daca075c90ae5dfc
tree4993fca843e0bcb7c618443346df661cf5104180
parent08962fa4f432b6fb446116ca8067503f753cc932
Made the SWAP and PREPARE_3D_LINE macros work with gints rather than using typeof(), since typeof() is a gcc-extensio...

Original commit message from CVS:
Made the SWAP and PREPARE_3D_LINE macros work with gints rather than
using typeof(), since typeof() is a gcc-extension and does not work
with other compilers.  This is okay since every place these macros
are used, gints are passed in.  I renamed SWAP to SWAP_INT to reflect
that it is not so generic.
gst/smpte/paint.c