remove stray semicolon
This commit is contained in:
parent
dcbd350ccf
commit
812870a2e7
@ -74,7 +74,7 @@
|
|||||||
/* -fwhole-program makes all symbols local. The attribute externally_visible
|
/* -fwhole-program makes all symbols local. The attribute externally_visible
|
||||||
forces a symbol global. */
|
forces a symbol global. */
|
||||||
# if __GNUC_PREREQ (4,1)
|
# if __GNUC_PREREQ (4,1)
|
||||||
# define EXTERNALLY_VISIBLE __attribute__(( visibility("default") ));
|
# define EXTERNALLY_VISIBLE __attribute__(( visibility("default") ))
|
||||||
//__attribute__ ((__externally_visible__))
|
//__attribute__ ((__externally_visible__))
|
||||||
# else
|
# else
|
||||||
# define EXTERNALLY_VISIBLE
|
# define EXTERNALLY_VISIBLE
|
||||||
|
Loading…
Reference in New Issue
Block a user