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