style: remove useless C++ provisio

* src/complain.h: here.
This commit is contained in:
Akim Demaille
2012-08-20 09:15:01 +02:00
parent 5320fffdd8
commit 70a04dce64

View File

@@ -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_ */