Fix: protect visibility of ctf-parser functions
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 10 Aug 2012 21:12:21 +0000 (17:12 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 10 Aug 2012 21:12:21 +0000 (17:12 -0400)
commitfa45f52394a80b99ce747d1aed78653cb0a11e36
treef1ad703a3305fabbbc0cefefff93a47ca3101b11
parentb330165c14cce30cc7e97b27bc113194ec4fdd9b
Fix: protect visibility of ctf-parser functions

Some functions share the same name between ctf-parser/lexer and
filter-parser/lexer.

This patch protects the visibility of the functions with the same name
to avoid linkage confusions.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Signed-off-by: Julien Desfossez <jdesfossez@efficios.com>
formats/ctf/metadata/ctf-lexer.l
formats/ctf/metadata/ctf-parser.y
formats/ctf/metadata/ctf-scanner.h
This page took 0.024105 seconds and 4 git commands to generate.