From: Richard Stallman Date: Thu, 23 Sep 1993 02:05:43 +0000 (+0000) Subject: (flag_allow_single_precision): Declared. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b3fe11b85b8de2f0ad2c9dba44b9d5017643517b;p=gcc.git (flag_allow_single_precision): Declared. From-SVN: r5426 --- diff --git a/gcc/c-tree.h b/gcc/c-tree.h index 55ec5b16105..f26fc3df229 100644 --- a/gcc/c-tree.h +++ b/gcc/c-tree.h @@ -432,6 +432,10 @@ extern int warn_conversion; extern int flag_traditional; +/* Nonzero means to allow single precision math even if we're generally + being traditional. */ +extern int flag_allow_single_precision; + /* Nonzero means warn about suggesting putting in ()'s. */ extern int warn_parentheses;