Bug 135583

Summary: /usr/include/gnu/stubs.h: non-portable whitespace encountered at line 7
Product: [openSUSE] SUSE LINUX 10.0 Reporter: a b <wharms>
Component: DevelopmentAssignee: Philipp Thomas <pth>
Status: RESOLVED INVALID QA Contact: E-mail List <qa-bugs>
Severity: Minor    
Priority: P5 - None    
Version: Final   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: Customer Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

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.