remove stray semicolon

This commit is contained in:
Denis Vlasenko 2008-04-30 13:56:32 +00:00
parent dcbd350ccf
commit 812870a2e7

View File

@ -74,7 +74,7 @@
/* -fwhole-program makes all symbols local. The attribute externally_visible
forces a symbol global. */
# if __GNUC_PREREQ (4,1)
# define EXTERNALLY_VISIBLE __attribute__(( visibility("default") ));
# define EXTERNALLY_VISIBLE __attribute__(( visibility("default") ))
//__attribute__ ((__externally_visible__))
# else
# define EXTERNALLY_VISIBLE