From 21876236fadf4539a6930747627e48a6f389e13f Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 16 Sep 1996 05:13:46 +0000 Subject: [PATCH] Comment change. --- src/floatfns.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/floatfns.c b/src/floatfns.c index 1b74c786cee..37144a5eb18 100644 --- a/src/floatfns.c +++ b/src/floatfns.c @@ -121,7 +121,9 @@ static SIGTYPE float_error (); static int in_float; /* If an argument is out of range for a mathematical function, - here is the actual argument value to use in the error message. */ + here is the actual argument value to use in the error message. + These variables are used only across the floating point library call + so there is no need to staticpro them. */ static Lisp_Object float_error_arg, float_error_arg2; -- 2.39.2