cleanup: protected -> hidden: cleanup symbol table
[babeltrace.git] / formats / ctf / metadata / ctf-lexer.l
index 5e99f7fc01cdd31cc04a6a59010c3173633a9001..bedda4ada67198883724b5ab1cd10b9a7134eebb 100644 (file)
@@ -23,7 +23,7 @@
 #include "ctf-parser.h"
 #include "ctf-ast.h"
 
-__attribute__((visibility("protected")))
+__attribute__((visibility("hidden")))
 void setstring(struct ctf_scanner *scanner, YYSTYPE *lvalp, const char *src);
 
 static void yyunput (int c, register char * yy_bp , yyscan_t yyscanner)
This page took 0.023493 seconds and 4 git commands to generate.