Try to avoid clashing symbols.
authorBruno Haible <bruno@clisp.org>
Fri, 16 Mar 2007 00:52:55 +0000 (00:52 +0000)
committerBruno Haible <bruno@clisp.org>
Fri, 16 Mar 2007 00:52:55 +0000 (00:52 +0000)
ChangeLog
lib/dummy.c

index d35557e..26a3f3a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2007-03-15  Bruno Haible  <bruno@clisp.org>
 
+       * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
+       Reported by James Youngman <jay@gnu.org>.
+
+2007-03-15  Bruno Haible  <bruno@clisp.org>
+
        * lib/glob.c (glob): Add 'restrict' so that prototype matches the
        declared prototype. Needed with cc on OSF/1 5.1.
 
index dccb0ad..4db0feb 100644 (file)
@@ -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.  */