projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dcbd350
)
remove stray semicolon
author
Denis Vlasenko
<vda.linux@googlemail.com>
Wed, 30 Apr 2008 13:56:32 +0000
(13:56 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Wed, 30 Apr 2008 13:56:32 +0000
(13:56 -0000)
include/platform.h
patch
|
blob
|
history
diff --git
a/include/platform.h
b/include/platform.h
index 51934853b777106c48fc87e2d9785663df631ed2..57cff2c336e93ed86efe956198e74c29e02a0524 100644
(file)
--- a/
include/platform.h
+++ b/
include/platform.h
@@
-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