From: Akim Demaille Date: Mon, 20 Aug 2012 07:15:01 +0000 (+0200) Subject: style: remove useless C++ provisio X-Git-Tag: v2.7.90~345 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/70a04dce64d179ac6647a4a60cd029a34e7241e5?hp=5320fffdd88676a57c42427f3db06d36d10d5a8c style: remove useless C++ provisio * src/complain.h: here. --- diff --git a/src/complain.h b/src/complain.h index e8c26d16..276164cf 100644 --- a/src/complain.h +++ b/src/complain.h @@ -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_ */