From: Bruno Haible Date: Fri, 16 Mar 2007 00:52:55 +0000 (+0000) Subject: Try to avoid clashing symbols. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c0e97ee7c28eb259183605bd7675babd067ee5c;p=pspp Try to avoid clashing symbols. --- diff --git a/ChangeLog b/ChangeLog index d35557e13e..26a3f3a177 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-03-15 Bruno Haible + + * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'. + Reported by James Youngman . + 2007-03-15 Bruno Haible * lib/glob.c (glob): Add 'restrict' so that prototype matches the diff --git a/lib/dummy.c b/lib/dummy.c index dccb0ad6c3..4db0febd6b 100644 --- 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. */