diff lib/dummy.c @ 8440:6f61a4aca9d7

Try to avoid clashing symbols.
author Bruno Haible <bruno@clisp.org>
date Fri, 16 Mar 2007 00:52:55 +0000
parents faaa486649e7
children bbbbbf4cd1c5
line wrap: on
line diff
--- a/lib/dummy.c
+++ b/lib/dummy.c
@@ -36,7 +36,7 @@
 
 #ifdef __sun
 /* This declaration ensures that the library will export at least 1 symbol.  */
-int dummy;
+int gl_dummy_symbol;
 #else
 /* This declaration is solely to ensure that after preprocessing
    this file is never empty.  */