summaryrefslogtreecommitdiff
path: root/src/floatfns.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-09-16 05:13:46 +0000
committerRichard M. Stallman <rms@gnu.org>1996-09-16 05:13:46 +0000
commita003f716e57acf89b62fc2b90a6ec43bd90744a2 (patch)
tree2e0c7f4c72e3c8921172fe6d77168649efd27e08 /src/floatfns.c
parent2b50b1eb3bab583ccec4cab94a893a5b7e2d201a (diff)
downloademacs-a003f716e57acf89b62fc2b90a6ec43bd90744a2.tar.gz
Comment change.
Diffstat (limited to 'src/floatfns.c')
-rw-r--r--src/floatfns.c4
1 files changed, 3 insertions, 1 deletions
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;