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 d35557e13e9719193d24386c7f51756c8bd73e59..26a3f3a177e06b7357546268944fb97d0317b47b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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
index dccb0ad6c37db995e665d32917bcce032d4de076..4db0febd6b384965f9258fb5986047fdcdee6990 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.  */