Try to avoid duplicate declarations for profile macros
authorEmmanuele Bassi <ebassi@linux.intel.com>
Wed, 7 Mar 2012 12:04:44 +0000 (12:04 +0000)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Wed, 7 Mar 2012 12:36:42 +0000 (12:36 +0000)
commite3aea910b1524933e6ea3ef95a19a6c970d46677
tree20d017dd2d8a617f82ec43676d816ac9185f6e2a
parent9bc8c05db8500f435da057710000b21244cc5735
Try to avoid duplicate declarations for profile macros

We can use the __COUNTER__ macro or, failing that, the __LINE__ macro to
ensure that we don't declare dummy variables more than once with the
same name.
clutter/clutter-profile.h