Files
bison/tests
Akim Demaille d132c2d545 C++: fix uses of inline
Sometimes `inline` would be used in *.cc files on symbols that are not
exported (useless but harmless), and sometimes on exported symbols
such as the constructor of syntax_error (harmful: linking fails).

Reported several times, including:

- by Dennis T
  http://lists.gnu.org/archive/html/bug-bison/2016-03/msg00002.html
- by Frank Heckenbach
  https://savannah.gnu.org/patch/?9616

* data/c++.m4 (b4_inline): New: expands to `inline` or nothing.
Use it where appropriate.
* data/lalr1.cc: Use it where appropriate.

* tests/c++.at (Syntax error as exception): Put the scanner in another
compilation unit to exercise the constructor of syntax_error.
2018-05-10 17:33:18 +02:00
..
2008-11-16 19:46:16 +01:00
2018-05-08 12:35:06 +02:00
2018-05-08 12:35:06 +02:00
2015-01-04 17:49:13 +01:00
2018-05-10 17:33:18 +02:00
2015-01-20 20:47:02 +01:00
2015-01-04 17:49:13 +01:00
2018-05-08 12:35:06 +02:00
2015-01-04 17:49:13 +01:00
2018-05-08 12:35:06 +02:00
2015-01-04 17:49:13 +01:00
2015-01-04 17:49:13 +01:00
2015-01-04 17:49:13 +01:00
2015-01-04 17:49:13 +01:00
2015-01-04 17:49:13 +01:00
2015-01-04 17:49:13 +01:00
2015-01-04 17:49:13 +01:00
2018-05-08 12:35:06 +02:00