changeset 16207:f414d3a2fd58

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Mon, 16 Sep 1996 05:13:46 +0000
parents 4aba36944749
children e3a834653117
files src/floatfns.c
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
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;