Subject: lib/10236: curses.h causes compile errors in C++
To: None <gnats-bugs@gnats.netbsd.org>
From: Phil Nelson <phil@puffin.cs.wwu.edu>
List: netbsd-bugs
Date: 05/30/2000 11:33:12
>Number:         10236
>Category:       lib
>Synopsis:       curses.h causes compile errors in C++
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    lib-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue May 30 11:34:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Phil Nelson
>Release:        Recent -current snapshot (20000416)
>Organization:
	Western Washington University
>Environment:
	
System: NetBSD puffin 1.4X NetBSD 1.4X (GENERIC) #1: Sun Apr 16 22:20:38 EDT 2000 perry@snark.piermont.com:/usr/src/sys/arch/i386/compile/GENERIC i386


>Description:
	/usr/include/curses.h:54: abstract declarator used as declaration
>How-To-Repeat:
Compile the following program with g++:

extern "C" {
#include <curses.h>
}

int main ()
{
}
	
>Fix:
	Not know.  (use a different name than bool?)
>Release-Note:
>Audit-Trail:
>Unformatted: