aboutsummaryrefslogtreecommitdiff
path: root/lib/dummy.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2011-01-16 18:23:31 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:11 +0100
commit63dc461a73ba698ccbab42ae3d4427810b1af14e (patch)
tree7dfdab8d4d0b30269e718ec95f18141af54f3e82 /lib/dummy.c
parent63039a76484b181e18a76144f7c38b1467dd861b (diff)
Use gl_IGNORE_UNUSED_LIBRARIES
Diffstat (limited to 'lib/dummy.c')
-rw-r--r--lib/dummy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dummy.c b/lib/dummy.c
index deffd32b..0f9a2779 100644
--- a/lib/dummy.c
+++ b/lib/dummy.c
@@ -32,7 +32,7 @@
Compiling this file, and adding its object file to the library, will
prevent the library from exporting no symbols. */
-#if defined __sun || defined __APPLE__
+#ifdef __sun
/* This declaration ensures that the library will export at least 1 symbol. */
int gl_dummy_symbol;
#else