From: Richard M. Stallman Date: Mon, 16 Sep 1996 05:13:46 +0000 (+0000) Subject: Comment change. X-Git-Tag: emacs-20.1~3737 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=21876236fadf4539a6930747627e48a6f389e13f;p=emacs.git Comment change. --- 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;