summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@tungstengraphics.com>2007-10-03 12:49:43 +0100
committerJosé Fonseca <jrfonseca@tungstengraphics.com>2007-10-03 12:49:43 +0100
commitdbaf49d107df1e95eaf13f4c24d79acc2223bf4a (patch)
treec7262d8355aed8c2fd15c77df370cc28821eae51
parenta704425a62babddc936d1c47d881e496ec108283 (diff)
Do not hide prototypes.
-rw-r--r--src/glitzint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glitzint.h b/src/glitzint.h
index e9c8d22..983ca3c 100644
--- a/src/glitzint.h
+++ b/src/glitzint.h
@@ -69,7 +69,7 @@
# define sqrtf(a) sqrt (a)
#endif
-#if __GNUC__ >= 3 && defined(__ELF__)
+#if __GNUC__ >= 3 && defined(__ELF__) && 0
# define slim_hidden_proto(name) slim_hidden_proto1(name, INT_##name)
# define slim_hidden_def(name) slim_hidden_def1(name, INT_##name)
# define slim_hidden_proto1(name, internal) \