Mercurial > emacs
diff src/floatfns.c @ 16207:f414d3a2fd58
Comment change.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Mon, 16 Sep 1996 05:13:46 +0000 |
| parents | c037294d6e47 |
| children | 02044b05d8e0 |
line wrap: on
line diff
--- a/src/floatfns.c Mon Sep 16 05:09:06 1996 +0000 +++ b/src/floatfns.c Mon Sep 16 05:13:46 1996 +0000 @@ -121,7 +121,9 @@ 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;
