bug-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Skeleton C++ header bug


From: Hans Aberg
Subject: Skeleton C++ header bug
Date: Mon, 24 Dec 2001 10:22:04 +0100

With Bison 1.30h, I noticed a small bug:

- bison.simple contains the lines
# ifndef YYFPRINTF
#  ifdef __cplusplus
#   include <cstdio.h> /* INFRINGES ON USER NAME SPACE */
...
Here, the C++ header should be named
#   include <cstdio>

  Hans Aberg





reply via email to

[Prev in Thread] Current Thread [Next in Thread]