This is sources Bugzilla
Bugzilla Version 2.17.5
Bugzilla Bug 1504
  minor whitespace error in include/stubs-prologue.h Last modified: 2005-12-23 04:09
     Query page      Enter new bug
Bug#: 1504   Hardware:   Reporter: Mike Frysinger <vapier@gentoo.org>
Host: Target: Build:
Product:     Add CC:
Component:   Version:   CC:
Remove selected CCs
Status: RESOLVED   Priority:  
Resolution: INVALID   Severity:  
Assigned To: Ulrich Drepper <drepper@redhat.com>   Target Milestone:  
Flags: Requestee:
  backport ()
  examined ()
  testsuite ()
Summary:
Keywords:

Attachment Description Type Created Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 1504 depends on: Show dependency tree
Show dependency graph
Bug 1504 blocks:

Additional Comments:


Leave as RESOLVED INVALID
Reopen bug
Mark bug as VERIFIED

View Bug Activity   |   Format For Printing


Description:   Last confirmed: 0000-00-00 00:00 Opened: 2005-10-20 00:07
as pointed out by Tom Fredrik Blenning Klaussen in Gentoo Bug 109792, there is a
minor whitespace error in /usr/include/gnu/stubs.h

simple fix for libc/include/stubs-prologue.h:
 #ifdef _LIBC
- #error Applications may not define the macro _LIBC
+# error Applications may not define the macro _LIBC
 #endif

------- Additional Comment #1 From Roland McGrath 2005-10-23 00:48 -------
That line is not unintentional.  That syntax hides #error from pre-C89 compilers.
There is no bug here.

------- Additional Comment #2 From Tom Fredrik Blenning Klaussen 2005-11-14 09:47 -------
For cases which are willfully non-portable wouldn't it be apropriate to add a
comment line saying so?

The only reason I ever came across this issue was when I was trying to fix some
compiler warnings in a build, and makedepend complained. Had I seen such a
comment when I tried to investigate, there would never have been a bug report.

------- Additional Comment #3 From Ulrich Drepper 2005-12-23 04:09 -------
Those who are qualified to change the files know the reason.

     Query page      Enter new bug
Actions: New | Query | bug # | Reports | Requests   New Account | Log In