mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-20 01:33:03 +00:00
variables: use parse.assert' instead of assert'.
* TODO (assert): Remove. * data/bison.m4 (b4_assert_if): Replace with... (b4_parse_assert_if): this. * data/lalr1.cc, data/variant.hh, tests/c++.at: Adjust. * doc/bison.texinfo (Decl Summary): Document parse.assert.
This commit is contained in:
@@ -146,7 +146,7 @@ dnl FIXME: This is wrong, we want computed header guards.
|
||||
|
||||
]b4_percent_code_get([[requires]])[
|
||||
|
||||
]b4_assert_if([#include <cassert>])[
|
||||
]b4_parse_assert_if([#include <cassert>])[
|
||||
#include <string>
|
||||
#include <iostream>
|
||||
#include "stack.hh"
|
||||
|
||||
Reference in New Issue
Block a user