diff options
| author | Richard M. Stallman | 1996-09-16 05:13:46 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-09-16 05:13:46 +0000 |
| commit | 21876236fadf4539a6930747627e48a6f389e13f (patch) | |
| tree | 820d795d4c8ad93a998564436ba3b782eadddd01 /src/floatfns.c | |
| parent | 743c6586040b7bb13265835700874fb79bcea9ca (diff) | |
| download | emacs-21876236fadf4539a6930747627e48a6f389e13f.tar.gz emacs-21876236fadf4539a6930747627e48a6f389e13f.zip | |
Comment change.
Diffstat (limited to 'src/floatfns.c')
| -rw-r--r-- | src/floatfns.c | 4 |
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 (); | |||
| 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 | ||