Subject: port-alpha/3529: text after #endif in alpha_cpu.h
To: None <gnats-bugs@gnats.netbsd.org>
From: Kevin Sullivan <ksulliva@sludge.psc.edu>
List: netbsd-bugs
Date: 04/24/1997 13:56:57
>Number:         3529
>Category:       port-alpha
>Synopsis:       text after #endif in alpha_cpu.h
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gnats-admin (GNATS administrator)
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Apr 24 11:05:00 1997
>Last-Modified:
>Originator:     Kevin Sullivan
>Organization:
>Release:        current
>Environment:
System: NetBSD sludge.psc.edu 1.2D NetBSD 1.2D (SLUDGE) #0: Mon Apr 14 14:49:25 EDT 1997 ksulliva@sludge.psc.edu:/amd/kludge/usr/home/ksulliva/nb/src/sys/arch/alpha/compile/SLUDGE alpha


>Description:
The last line of /sys/archalpha/include/alpha_cpu.h is:
	#endif __ALPHA_ALPHA_CPU_H__

gcc -ansi -pedantic complains about this.  Adding /* */ around the
trailing text will solve this.

>How-To-Repeat:
>Fix:
Make the last line:
#endif /* __ALPHA_ALPHA_CPU_H__ */

>Audit-Trail:
>Unformatted: