comparison 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
comparison
equal deleted inserted replaced
16206:4aba36944749 16207:f414d3a2fd58
119 This tells float_error what to do. */ 119 This tells float_error what to do. */
120 120
121 static int in_float; 121 static 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
126 static Lisp_Object float_error_arg, float_error_arg2; 128 static Lisp_Object float_error_arg, float_error_arg2;
127 129
128 static char *float_error_fn_name; 130 static char *float_error_fn_name;
129 131