projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b71187
)
Try to avoid clashing symbols.
author
Bruno Haible
<bruno@clisp.org>
Fri, 16 Mar 2007 00:52:55 +0000
(
00:52
+0000)
committer
Bruno Haible
<bruno@clisp.org>
Fri, 16 Mar 2007 00:52:55 +0000
(
00:52
+0000)
ChangeLog
patch
|
blob
|
history
lib/dummy.c
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
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
diff --git
a/lib/dummy.c
b/lib/dummy.c
index dccb0ad6c37db995e665d32917bcce032d4de076..4db0febd6b384965f9258fb5986047fdcdee6990 100644
(file)
--- 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. */