diff --git a/blastest/f2c/f2c_types.h b/blastest/f2c/f2c_types.h index 5ba18c1a5..145cd1c8e 100644 --- a/blastest/f2c/f2c_types.h +++ b/blastest/f2c/f2c_types.h @@ -90,11 +90,15 @@ typedef integer1 logical1; #ifdef f2c_i2 /* for -i2 */ typedef short flag; +#ifndef HAVE_BLIS_H // don't re-typedef ftnlen typedef short ftnlen; +#endif typedef short ftnint; #else typedef integer flag; +#ifndef HAVE_BLIS_H // don't re-typedef ftnlen typedef integer ftnlen; +#endif typedef integer ftnint; #endif