aboutsummaryrefslogtreecommitdiffstats
path: root/src/floatfns.c
diff options
context:
space:
mode:
authorRichard M. Stallman1996-09-16 05:13:46 +0000
committerRichard M. Stallman1996-09-16 05:13:46 +0000
commit21876236fadf4539a6930747627e48a6f389e13f (patch)
tree820d795d4c8ad93a998564436ba3b782eadddd01 /src/floatfns.c
parent743c6586040b7bb13265835700874fb79bcea9ca (diff)
downloademacs-21876236fadf4539a6930747627e48a6f389e13f.tar.gz
emacs-21876236fadf4539a6930747627e48a6f389e13f.zip
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 ();
121static int in_float; 121static int in_float;
122 122
123/* If an argument is out of range for a mathematical function, 123/* If an argument is out of range for a mathematical function,
124 here is the actual argument value to use in the error message. */ 124 here is the actual argument value to use in the error message.
125 These variables are used only across the floating point library call
126 so there is no need to staticpro them. */
125 127
126static Lisp_Object float_error_arg, float_error_arg2; 128static Lisp_Object float_error_arg, float_error_arg2;
127 129