Recognize and ignore __alias__ and __visibility__
commit8bcd6b41a5f0d4163c8c1b8c601e5fa4baf10708
authorJosh Triplett <josh@freedesktop.org>
Tue, 17 Oct 2006 07:53:54 +0000 (17 00:53 -0700)
committerJosh Triplett <josh@freedesktop.org>
Tue, 17 Oct 2006 07:53:54 +0000 (17 00:53 -0700)
tree1e5a1802f69fa208099de120494fade252d4f04f
parent8ea2cc615de7546d057fe0ed8ab2f7af278e6b2c
Recognize and ignore __alias__ and __visibility__

They are equivalent to "alias" and "visibility" except that gcc won't
complain about them in ANSI programs.

Original patch from Pavel Roskin, modified by Josh Triplett.

Signed-off-by: Josh Triplett <josh@freedesktop.org>
Signed-off-by: Pavel Roskin <proski@gnu.org>
ident-list.h
parse.c