From a003f716e57acf89b62fc2b90a6ec43bd90744a2 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 16 Sep 1996 05:13:46 +0000 Subject: Comment change. --- src/floatfns.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/floatfns.c') 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; -- cgit v1.2.1