changeset 8440:6f61a4aca9d7

Try to avoid clashing symbols.
author Bruno Haible <bruno@clisp.org>
date Fri, 16 Mar 2007 00:52:55 +0000
parents d8182f376307
children b396ac3f1039
files ChangeLog lib/dummy.c
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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.  */