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:
@@ -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
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user