Replace __COUNTER__ with the more portable __LINE__
authorPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Wed, 13 Jan 2010 19:33:20 +0000 (14:33 -0500)
committerPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Wed, 13 Jan 2010 19:33:20 +0000 (14:33 -0500)
Also, change visibility of marker structs so they are visible
only to the current compilation unit. This allows to have the same
marker on the same line in two different files. It however does not
allow to have two identical (channel and name) markers on the same line
of the same file.


No differences found
This page took 0.023224 seconds and 4 git commands to generate.