Fix -O3 / -finline-functions compilation
authorPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Tue, 2 Mar 2010 19:13:22 +0000 (14:13 -0500)
committerPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Tue, 2 Mar 2010 19:57:53 +0000 (14:57 -0500)
commit9692fa182535c55f0a03f79f26211aed9906da82
tree1c85618b2022d656abef2e89f936cc805e0b2db4
parent1518fa0fad67101416c2def6b1c88ec767e8b5eb
Fix -O3 / -finline-functions compilation

Problems could happen because of function inlining, resulting in
two identical markers on the same line. This created symbols with
the same name. Now, conditionally define these symbols.
include/ust/marker.h
include/ust/processor.h
This page took 0.023393 seconds and 4 git commands to generate.