Bug 135583 - /usr/include/gnu/stubs.h: non-portable whitespace encountered at line 7
Summary: /usr/include/gnu/stubs.h: non-portable whitespace encountered at line 7
Status: RESOLVED INVALID
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Development (show other bugs)
Version: Final
Hardware: Other Other
: P5 - None : Minor
Target Milestone: ---
Assignee: Philipp Thomas
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-26 10:21 UTC by a b
Modified: 2005-11-28 10:28 UTC (History)
0 users

See Also:
Found By: Customer
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description a b 2005-11-26 10:21:14 UTC
while running makedepend, i got this warning.
The problem is the space in front of the #error line. removing the space silence 
the warning.

#ifdef _LIBC
 #error Applications may not define the macro _LIBC
#endif
Comment 1 Philipp Thomas 2005-11-28 10:28:30 UTC
This is perfectly OK as ANSI C89 allows this. Makedepend is just a relict from the pre-ANSI days.