1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-09-01 02:34:55 +00:00

Try to avoid clashing symbols.

This commit is contained in:
Bruno Haible
2007-03-16 00:52:55 +00:00
parent 6b71187027
commit 5c0e97ee7c
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -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
+1 -1
View 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. */