aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2011-10-06 15:07:56 -0700
committerAlon Zakai <alonzakai@gmail.com>2011-10-06 15:07:56 -0700
commit5e4a111053b401069fb4581bba191d60f9f6e527 (patch)
tree83f717e44066b12c084a6d17b924eb169650265a
parent83bb7de8eda5020a2ad32a0c90acb8bf979c7d5c (diff)
fix for = hidden alias
-rw-r--r--src/intertyper.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intertyper.js b/src/intertyper.js
index 67feafc6..6ab8b2b9 100644
--- a/src/intertyper.js
+++ b/src/intertyper.js
@@ -397,6 +397,7 @@ function intertyper(data, parseFunctions, baseLineNum) {
}
}
+ cleanOutTokens(LLVM.VISIBILITIES, item.tokens, 2);
if (item.tokens[2].text == 'alias') {
cleanOutTokens(LLVM.LINKAGES, item.tokens, 3);
cleanOutTokens(LLVM.VISIBILITIES, item.tokens, 3);