-
Notifications
You must be signed in to change notification settings - Fork 167
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #381: including stdio.h in parser.h (C++ NOSTL)
- Loading branch information
1 parent
5eaa767
commit 7d8ca45
Showing
2 changed files
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
Andreas Abel <[email protected]> | ||
|
||
* BNFC now uniformly signs generated files with its version number [#373] | ||
* C/C++: include `stdio.h` in parser header files [#381] | ||
* C++: fixed parser regression in 2.9.2: missing `#include <algorithm>` [#377] | ||
* Ocaml: lex CR as whitespace [see also #376] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters