diff --git a/src/secp256k1.c b/src/secp256k1.c index 4c11e7f0b8..f2b0f3817a 100644 --- a/src/secp256k1.c +++ b/src/secp256k1.c @@ -4,6 +4,8 @@ * file COPYING or https://www.opensource.org/licenses/mit-license.php.* ***********************************************************************/ +// C89 haha + /* This is a C project. It should not be compiled with a C++ compiler, * and we error out if we detect one. *