URI:
       cc1: Fix definition of __FLT_EVAL_METHOD__ - scc - simple c99 compiler
  HTML git clone git://git.simple-cc.org/scc
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit eaf2b18533e87462e71e588fd6edd96d937622b2
   DIR parent b83ec8ed7ab5e20a968b8e1a00236036ea363131
  HTML Author: Roberto E. Vargas Caballero <k0ga@shike2.net>
       Date:   Fri, 30 Jan 2026 21:50:42 +0100
       
       cc1: Fix definition of __FLT_EVAL_METHOD__
       
       Diffstat:
         M src/cmd/scc-cc/cc1/cpp.c            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/src/cmd/scc-cc/cc1/cpp.c b/src/cmd/scc-cc/cc1/cpp.c
       @@ -75,7 +75,7 @@ icpp(void)
                        {"__STDC_VERSION__", STDC_VERSION},
                        {"__LINE__", NULL},
                        {"__FILE__", NULL},
       -                {"__FLT_EVAL_METHOD__", 0},
       +                {"__FLT_EVAL_METHOD__", "0"},
                        {NULL, NULL}
                };