mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-21 18:23:03 +00:00
style: remove useless C++ provisio
* src/complain.h: here.
This commit is contained in:
@@ -21,10 +21,6 @@
|
|||||||
|
|
||||||
# include "location.h"
|
# include "location.h"
|
||||||
|
|
||||||
# ifdef __cplusplus
|
|
||||||
extern "C" {
|
|
||||||
# endif
|
|
||||||
|
|
||||||
/*-------------.
|
/*-------------.
|
||||||
| --warnings. |
|
| --warnings. |
|
||||||
`-------------*/
|
`-------------*/
|
||||||
@@ -74,8 +70,4 @@ void complain_at_indent (location loc, warnings flags, unsigned *indent,
|
|||||||
/** Whether an error was reported. */
|
/** Whether an error was reported. */
|
||||||
extern bool complaint_issued;
|
extern bool complaint_issued;
|
||||||
|
|
||||||
# ifdef __cplusplus
|
|
||||||
}
|
|
||||||
# endif
|
|
||||||
|
|
||||||
#endif /* !COMPLAIN_H_ */
|
#endif /* !COMPLAIN_H_ */
|
||||||
|
|||||||
Reference in New Issue
Block a user